ForgeFlower icon indicating copy to clipboard operation
ForgeFlower copied to clipboard

Forge's modifications to FernFlower. Fixing various bugs/inconsistencies. Main Repo: https://github.com/MinecraftForge/FernFlower

Results 23 ForgeFlower issues
Sort by recently updated
recently updated
newest added

https://github.com/MinecraftForge/ForgeFlower/blob/master/FernFlower-Patches/0012-JAD-Style-variable-naming.patch#L477 This is hard coded false with no visible way to change it. I'm having trouble building the project, so hoping someone can assist in making this option configurable?

See 1.13, NetHandlerPlayClient.func_191980_a ```java label57: switch(spacketrecipebook$state) { case REMOVE: Iterator iterator1 = p_191980_1_.func_192595_a().iterator(); while(true) { if (!iterator1.hasNext()) { break label57; } ResourceLocation resourcelocation3 = (ResourceLocation)iterator1.next(); IRecipe irecipe3 = this.field_199528_o.func_199517_a(resourcelocation3); if...