"minecraft:collision_box": {
"origin": [-8, 0, -8],
"size": [16, 16, 1]
},
normaly it looks like this, but this only supports one hit box
if you did somthing like this..
"minecraft:collision_box": {
[
{
"origin": [-8, 0, -8],
"size": [16, 8, 16]
},
{
"origin": [-8, 0, -8],
"size": [16, 16, 8]
}
]
},
we could have really customizable collision boxes!
please consider this idea
Please sign in to leave a comment.
0 Comments