Railcraft

Railcraft

34M Downloads

[1.12.2] Forestry API error

bookerthegeek opened this issue ยท 2 comments

commented

Heyo

Caught this in the Console Log. Seems something needs to be updated.

[04:28:06] [main/ERROR] [railcraft]: Forestry API error, please update your mods. Error: java.lang.NullPointerException
[04:28:06] [main/ERROR] [railcraft]: java.lang.NullPointerException
[04:28:06] [main/ERROR] [railcraft]: com.google.common.base.Preconditions.checkNotNull(Preconditions.java:770)
[04:28:06] [main/ERROR] [railcraft]: forestry.factory.recipes.CarpenterRecipe.<init>(CarpenterRecipe.java:31)
[04:28:06] [main/ERROR] [railcraft]: Forestry API error: RecipeManagers is loaded from jar:file:/C:/Games/MultiMC/instances/Rage%20Quit/.minecraft/mods/forestry_1.12.2-5.8.0.291.jar!/forestry/api/recipes/RecipeManagers.class
[04:28:06] [main/ERROR] [railcraft]: Forestry API error, please update your mods. Error: java.lang.NullPointerException
[04:28:06] [main/ERROR] [railcraft]: java.lang.NullPointerException
[04:28:06] [main/ERROR] [railcraft]: com.google.common.base.Preconditions.checkNotNull(Preconditions.java:770)
[04:28:06] [main/ERROR] [railcraft]: forestry.factory.recipes.CarpenterRecipe.<init>(CarpenterRecipe.java:31)
[04:28:06] [main/ERROR] [railcraft]: Forestry API error: RecipeManagers is loaded from jar:file:/C:/Games/MultiMC/instances/Rage%20Quit/.minecraft/mods/forestry_1.12.2-5.8.0.291.jar!/forestry/api/recipes/RecipeManagers.class
[04:28:06] [main/ERROR] [railcraft]: Forestry API error, please update your mods. Error: java.lang.NullPointerException
[04:28:06] [main/ERROR] [railcraft]: java.lang.NullPointerException
[04:28:06] [main/ERROR] [railcraft]: com.google.common.base.Preconditions.checkNotNull(Preconditions.java:770)
[04:28:06] [main/ERROR] [railcraft]: forestry.factory.recipes.CarpenterRecipe.<init>(CarpenterRecipe.java:31)
[04:28:06] [main/ERROR] [railcraft]: Forestry API error: RecipeManagers is loaded from jar:file:/C:/Games/MultiMC/instances/Rage%20Quit/.minecraft/mods/forestry_1.12.2-5.8.0.291.jar!/forestry/api/recipes/RecipeManagers.class
[04:28:06] [main/WARN] [railcraft]: Tried to define invalid SHAPED recipe, the result was null or zero. Skipping
[04:28:06] [main/WARN] [railcraft]: mods.railcraft.common.util.misc.Game.logTrace(Game.java:101)
[04:28:06] [main/WARN] [railcraft]: mods.railcraft.common.plugins.forge.CraftingPlugin.addRecipe(CraftingPlugin.java:132)
[04:28:06] [main/WARN] [railcraft]: mods.railcraft.common.modules.ModuleForestry$1.postInit(ModuleForestry.java:94)
[04:28:06] [main/WARN] [railcraft]: mods.railcraft.common.modules.RailcraftModulePayload$BaseModuleEventHandler.postInit(RailcraftModulePayload.java:93)
[04:28:06] [main/WARN] [railcraft]: mods.railcraft.common.modules.RailcraftModuleManager$Stage$4.passToModule(RailcraftModuleManager.java:289)
[04:28:06] [main/ERROR] [railcraft]: Forestry API error, please update your mods. Error: java.lang.NullPointerException
[04:28:06] [main/ERROR] [railcraft]: java.lang.NullPointerException
[04:28:06] [main/ERROR] [railcraft]: com.google.common.base.Preconditions.checkNotNull(Preconditions.java:770)
[04:28:06] [main/ERROR] [railcraft]: forestry.factory.recipes.CarpenterRecipe.<init>(CarpenterRecipe.java:31)
[04:28:06] [main/ERROR] [railcraft]: Forestry API error: RecipeManagers is loaded from jar:file:/C:/Games/MultiMC/instances/Rage%20Quit/.minecraft/mods/forestry_1.12.2-5.8.0.291.jar!/forestry/api/recipes/RecipeManagers.class

commented

Fixed in the last push.

commented

Hmm, I thought these items are supposed to be disabled. The forestry compat needs fixes.