Started by
Alexia_74
on
Topic category: Help with MCreator software
Hello I made a cube with blockbench. its just 16x16x16 size cube i moved it up to 8 and anchor point is still at x0 y0 z0. I exported that to Mcreator.
Then i created a new bloc and imported my block and add +8 to y min and max valueindside collision box menu.
But ingame i make me a 16 x16x16 bounding box
About collision box i can't go on red blocks but i can walk on green ones
not sure how to solve that
I solved it this way
xMin=0,
x Max=1
yMin=0.5
yMax= 1.5
zMin=0
zMax=1
I make sense but why then when i create a new block default collision settings are xyzMin=0 and xyzMax=16 it should be xyzMax=1