MrCrayfish / ModelCreator

A program to create JSON models for blocks
Other
121 stars 64 forks source link

VoxelShape generation uses wrong class names and units #161

Open peter1745 opened 5 years ago

peter1745 commented 5 years ago

The Java code that gets generated is using the wrong class, in Forge 1.13 ShapeUtils is now called VoxelShapes. Also, the actual VoxelShape values are incorrect, since Block.makeCuboidShape divides all values by 16, so the values generated should actually be multiplied by 16