SilverAndro / Machete

A gradle plugin to optimize built jars through individual file optimizations and increased compression
Mozilla Public License 2.0
21 stars 1 forks source link

Doesn't work on Bodacious Berries #2

Closed ix0rai closed 2 years ago

ix0rai commented 2 years ago

In my mod Bodacious Berries I have this disaster of a blockstate which seems to explode when compiled with Machete 1.0.6.
I'm not sure what causes this, but when my mod is compiled with Machete grapevines have no textures or models, which I can pretty safely say is because of Machete encountering an error when dealing with that blockstate file. Please fix this so I can use Machete in my project and recommend it to friends :) it's a really nice tool!

SilverAndro commented 2 years ago

Could you check with 1.0.8? 1.0.7 (I'm pretty sure) changed the JSON optimization code, and will fallback to default if it still fails somehow (although will print an error)

ix0rai commented 2 years ago

1.0.8 works, thank you!

SilverAndro commented 2 years ago

Awesome, glad to hear!