I'm running minetweaker 3 on a modded server and I get this in the log:
13.06 17:29:39 [Server] ERROR Caught exception from MineTweaker3
13.06 17:29:39 [Server] INFO java.lang.NoSuchMethodError: net.minecraft.item.crafting.CraftingManager.getInstance()Lnet/minecraft/item/crafting/CraftingManager;
13.06 17:29:39 [Server] INFO at minetweaker.mc1710.recipes.MCRecipeManager.(MCRecipeManager.java:41) ~[MCRecipeManager.class:?]
13.06 17:29:39 [Server] INFO at minetweaker.mc1710.MineTweakerMod.(MineTweakerMod.java:96) ~[MineTweakerMod.class:?]
This is (I think) resulting in the recipes I added for our modpack not working on the server which is really throwing off the balancing of the mods.
I'm using version 3.0.10 (not the dev version). I'm actually really confused as I'm not using the dev version but am getting the crash people are getting with the dev version.
I'm running minetweaker 3 on a modded server and I get this in the log:
13.06 17:29:39 [Server] ERROR Caught exception from MineTweaker3 13.06 17:29:39 [Server] INFO java.lang.NoSuchMethodError: net.minecraft.item.crafting.CraftingManager.getInstance()Lnet/minecraft/item/crafting/CraftingManager; 13.06 17:29:39 [Server] INFO at minetweaker.mc1710.recipes.MCRecipeManager.(MCRecipeManager.java:41) ~[MCRecipeManager.class:?]
13.06 17:29:39 [Server] INFO at minetweaker.mc1710.MineTweakerMod.(MineTweakerMod.java:96) ~[MineTweakerMod.class:?]
This is (I think) resulting in the recipes I added for our modpack not working on the server which is really throwing off the balancing of the mods.
I'm using version 3.0.10 (not the dev version). I'm actually really confused as I'm not using the dev version but am getting the crash people are getting with the dev version.
Here is a modlist of our pack: https://drive.google.com/file/d/0B2YzM46x7tnqaHNLSjROUkc0aFk/view?usp=sharing
EDIT: I should add that I tested the scripts in singleplayer and they all worked as intended.