MrCrayfish / ModelCreator

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

Fixed ExporterJavaCode having incorrect values and class name #162

Open peter1745 opened 5 years ago

peter1745 commented 5 years ago

ExporterJavaCode was giving the Block.makeCuboidShape incorrect values, since they should be multiplied with 16, because Block.makeCuboidShape divides all values by 16 internally.

ShapeUtils is called VoxelShapes in forge 1.13.

Fixes #161