Recently I have been trying to create a modded survival game and after installing a few mods and testing them out, therefore later on I got this crash report. Now each time I go on this modded survival, it crashes, or any of them on forge. Any possible way to fix it it? Thankyou!
java.lang.NoSuchFieldError: diamond
at codechicken.lib.inventory.InventoryUtils.actualDamage(InventoryUtils.java:35)
at codechicken.nei.ItemStackMap$DetailMap.put(ItemStackMap.java:88)
at codechicken.nei.ItemStackMap.put(ItemStackMap.java:227)
at codechicken.nei.NEIServerConfig.loadBannedItems(NEIServerConfig.java:182)
at codechicken.nei.NEIServerConfig.load(NEIServerConfig.java:45)
at codechicken.nei.ServerHandler.loadEvent(ServerHandler.java:45)
You're using a dev build of CodeChickenLib. This will only work in the development environment, it won't work in the normal client/server.
Replace it with the non-dev build.
You've posted this in the wrong section, but it should be moved soon. Modification Development is for mod developers, Modded Client Support is for users.
Rollback Post to RevisionRollBack
Chisel Facades: For all your decorative pipe-hiding needs.
Please don't PM me to ask for help or to join your mod development team. Asking your question in a public thread preserves it for people who are having the same problem in the future. I'm not interested in developing mods with people.
Recently I have been trying to create a modded survival game and after installing a few mods and testing them out, therefore later on I got this crash report. Now each time I go on this modded survival, it crashes, or any of them on forge. Any possible way to fix it it? Thankyou!
Here is the Crash Report
http://pastebin.com/8SdDXgzf
You're using a dev build of CodeChickenLib. This will only work in the development environment, it won't work in the normal client/server.
Replace it with the non-dev build.
You've posted this in the wrong section, but it should be moved soon. Modification Development is for mod developers, Modded Client Support is for users.
Chisel Facades: For all your decorative pipe-hiding needs.
Please don't PM me to ask for help or to join your mod development team. Asking your question in a public thread preserves it for people who are having the same problem in the future. I'm not interested in developing mods with people.
So sorry I didn't know, it was my first time posting. Thank you very much for this response.