#The usage of "bone_visibility"
1 messages · Page 1 of 1 (latest)
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')"
}
}
@rocky foxBone visibility does not accept molang as of now