
Crash when loading with versions 10-0.0.3-34 and 10-0.0.3-33
hadn69 opened this issue ยท 5 comments
java.lang.IllegalArgumentException: foodBottlewater is not a vaild string. Strings should be either an oredict name, or in the format objectname;damage (damage is optional)
at com.enderio.core.common.util.ItemUtil.parseStringIntoRecipeItem(ItemUtil.java:102)
at tterrag.customthings.common.config.json.crafting.ShapelessJsonRecipe.createRecipe(ShapelessJsonRecipe.java:33)
at tterrag.customthings.common.config.json.crafting.ShapelessJsonRecipe.register(ShapelessJsonRecipe.java:42)
at tterrag.customthings.common.config.ConfigHandler.addAll(ConfigHandler.java:203)
at tterrag.customthings.common.config.ConfigHandler.postInit(ConfigHandler.java:183)
at tterrag.customthings.CustomThings.postInit(CustomThings.java:52)
Here is a link to the full crash log. I have only tried with the two versions mentioned above.
java.lang.IllegalArgumentException: foodBottlewater is not a vaild string. Strings should be either an oredict name, or in the format objectname;damage (damage is optional) > - @hadn69 you should read ;)
The error is from your shapeless recipes file. Post that file on gist or pastebin and then give it to us.