CustomThings

CustomThings

4M Downloads

Crash when loading with versions 10-0.0.3-34 and 10-0.0.3-33

hadn69 opened this issue ยท 5 comments

commented
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.

commented

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 ;)

commented

I do read and that crash log is with no custom items loading.

commented

We need the jsons.

commented

The error is from your shapeless recipes file. Post that file on gist or pastebin and then give it to us.

commented

Issue was solved by regenerating the configs again.