Peter Nilsson
Peter Nilsson
So I'm trying to add the `NoCopyLocal´ flag to one of my premake scripts to stop Visual Studio from copying referenced C# assemblies to the target directory, but it doesn't...
Added some extra window events, and added missing event to_string functions in Log.h Also fixed ResizeWindowEvent to WindowResizeEvent (matches the naming convention better)
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...
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...