#Im trying to update my json format from 1.17.100 to an earlier version so my addon works on vanilla
1 messages · Page 1 of 1 (latest)
You're trying to move down or up?
1.19.60 is best
but the addon breaks when i change the version format
hm
"components": {
"minecraft:geometry": "geometry.vertical_slab",
"minecraft:material_instances": {
"*": {
"texture": "black_1"
}
},
"minecraft:on_player_placing": {
"event": "set_facing_direction"
},
"minecraft:entity_collision": {
"origin": [-8, 0, 0],
"size": [16, 16, 8]
},
"minecraft:pick_collision": {
"origin": [-8, 0, 0],
"size": [16, 16, 8]
},
"minecraft:block_light_absorption": 0.0,
"minecraft:explosion_resistance": 1.8,
"minecraft:map_color": "#0c0c14",
"minecraft:destroy_time": 1
},
"events": {
"set_facing_direction": {
"set_block_property": {
"concrete:facing_direction": "query.cardinal_facing_2d"
}
}
}
}
}
this isnt the full thing cuz i dont wanna reveal the 1.19.80 code but
thats the rest of it
i dont know whats changed
like minecraft:pick_collision is now minecraft:selection_box
look at the wiki and compare your 1.16.100 components with the 1.19.60 ones
theres more
alr