#Issue with block traits (Collision in hashed Block Network ID)

1 messages · Page 1 of 1 (latest)

hybrid hare
#

I'm trying to make a custom slab using block traits, but I get a weird error:

{
   // name
   TAG_String: wep:olemba_slab
   // states
   TAG_Compound: 1 entries
   {
      // minecraft:vertical_half
      TAG_String: bottom
   }
   // version
   TAG_Int: 18103297
}
, block collided with: TAG_Compound: 3 entries
{
   // name
   TAG_String: minecraft:tuff_wall
   // states
   TAG_Compound: 5 entries
   {
      // wall_connection_type_east
      TAG_String: short
      // wall_connection_type_north
      TAG_String: none
      // wall_connection_type_south
      TAG_String: tall
      // wall_connection_type_west
      TAG_String: short
      // wall_post_bit
      TAG_Byte: 
   }
   // version
   TAG_Int: 18103297
}```