#The usage of "bone_visibility"

1 messages · Page 1 of 1 (latest)

rocky fox
#

Game version: 1.19.80.23
it still reporting an error after writing according to the example given by kayla mentioned in #1083069054257987666 message
After modifying the format version number to 1.19.0 and modifying the component writing according to the subsequent error prompts, the following error is still obtained

#

currently the code is like(format version is 1.19.0):

"minecraft:geometry": {
        "geometry": "geometry.cable_2",
        "bone_visibility": {
          "east": "query.block_property('ic2:is_connected_east')",
          "west": "query.block_property('ic2:is_connected_west')",
          "south": "query.block_property('ic2:is_connected_south')",
          "north": "query.block_property('ic2:is_connected_north')",
          "up": "query.block_property('ic2:is_connected_up')",
          "down": "query.block_property('ic2:is_connected_down')"
        }
      }
#

According to the example given by kayla, the error obtained is as follows
The format version is 1.19.80

"minecraft:geometry": {
        "identifier": "geometry.cable_2",
        "bone_visibility": {
          "east": "query.block_property('ic2:is_connected_east')",
          "west": "query.block_property('ic2:is_connected_west')",
          "south": "query.block_property('ic2:is_connected_south')",
          "north": "query.block_property('ic2:is_connected_north')",
          "up": "query.block_property('ic2:is_connected_up')",
          "down": "query.block_property('ic2:is_connected_down')"
        }
      }
cosmic nymph
#

@rocky foxBone visibility does not accept molang as of now