ModelCreator icon indicating copy to clipboard operation
ModelCreator copied to clipboard

Fixed ExporterJavaCode having incorrect values and class name

Open peter1745 opened this issue 5 years ago • 0 comments

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

peter1745 avatar Mar 02 '19 22:03 peter1745