ModelCreator
ModelCreator copied to clipboard
Fixed ExporterJavaCode having incorrect values and class name
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