Earthcomputer / jarmod-buildsystem-2

Buildsystem for Minecraft 1.13+ Jar Mods built on top of ForgeGradle 3.0
MIT License
13 stars 7 forks source link

Gradle produces empty BlockStateFlatteningMap.java file #4

Closed human-0 closed 5 years ago

human-0 commented 5 years ago

After gradle is used, the BlockStateFlatteningMap.java file is just two bytes in size and contains two empty lines. This causes errors where BlockStateFlatteningMap is used and causes a compilation error.

Earthcomputer commented 5 years ago

I'm not 100% sure on the cause of this, but it's been observed that allocating more memory to the decompiler can help fix the issue. Not much I can do about it otherwise sorry.