progwml6 / ironchest

Iron Chest minecraft mod by CPW
https://minecraft.curseforge.com/projects/iron-chests
GNU General Public License v3.0
135 stars 85 forks source link

Parsing error loading recipe ironchest:upgrades/copper_to_silver_chest_upgrade #221

Closed TheLux83 closed 3 years ago

TheLux83 commented 3 years ago

Version Information

Minecraft: 1.16.1 Forge: 32.0.107 Iron Chests: ironchest-1.16.1-11.0.1.jar

Report Information

I'm getting the error message in the title on my forge logs. Here is the complete Error Message: https://pastebin.pl/view/89e3a5ce It seems that it has something to do with the botania mod since it appears in the list:

at net.minecraft.item.crafting.RecipeManager.func_215377_a(RecipeManager.java:141) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:assets/botania/botania.mixins.json:AccessorRecipeManager,pl:mixin:A,pl:runtimedistcleaner:A}
    at net.minecraft.item.crafting.RecipeManager.func_212853_a_(RecipeManager.java:61) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:assets/botania/botania.mixins.json:AccessorRecipeManager,pl:mixin:A,pl:runtimedistcleaner:A}
    at net.minecraft.item.crafting.RecipeManager.func_212853_a_(RecipeManager.java:38) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:assets/botania/botania.mixins.json:AccessorRecipeManager,pl:mixin:A,pl:runtimedistcleaner:A}
    at net.minecraft.client.resources.ReloadListener.func_215269_a(SourceFile:13) ~[?:?] {re:classloading,re:mixin}

The servers starts and we can use iron chests. But I haven't tried the upgrade variants mentioned in the error log. I don't know what to do here and I hope someone can help me.