Started by
gustavowizard123
on
Topic category: Help with Minecraft modding (Java Edition)
when i create a block on Mcreator, you set the Block Bounding Boxes for X,Y,Z, however it only sets min/max, so how could i do a block like the vanilla Composter here?
i would need a pair of X and Z coordinates for this; like X min=0 max=0,3 and X min = 0,7 max = 1
with this i would be able to do pet cages and boxes with only 1 block size :)
Compound boxes are planned for the future
thats great, but since the block exists, i can change the code to make it so, anybody know how?
i think its this part here:
this is a pane, a block with 0,1 square on Z axis, and 1 on Y and X axis.
i wonder if would be possible to edit here to something like:
return VoxelShapes.create(0D, 0D, 0.9D, 1D, 1D, 1D..... , ....0D, 0D, 0.9D, 1D, 1D, 1D);
oh nvm the code above is rotation not bounding box
any news on this? i know the feature dont exist yet but maybe someone know a way to do this manually?
code edit?
thanks!
check out this tutorial --> https://mcreator.net/forum/65830/tutorial-making-non-cuboid-collision-boxes
i dont know much java but i can edit the code of the block on Mcreator, if i knew where to mess around ... can you help?
thanks!
hey is this feature on 2020.5?