
1.12.2 Crayfish vehicle mod errored crafting recipe due to "crafting table"?
InuYasha86000 opened this issue ยท 1 comments
I am posting this error here as I have a suspicion that the missing crafting recipe for mr crayfish's vehicle mod is related to cosmetic wood and how it alters the crafting table, the workbench from crayfish is erroring out stating something to do with the crafting bench, here is the error:
[18:52:53] [Client thread/ERROR]: Parsing error loading recipe vehicle:workstation
com.google.gson.JsonParseException: Missing data for item 'minecraft:crafting_table'
at net.minecraftforge.common.crafting.CraftingHelper.getItemStackBasic(CraftingHelper.java:265) ~[CraftingHelper.class:?]
at net.minecraftforge.common.crafting.CraftingHelper.lambda$init$16(CraftingHelper.java:544) ~[CraftingHelper.class:?]
at net.minecraftforge.common.crafting.CraftingHelper$$Lambda$1613/1963674304.parse(Unknown Source) ~[?:?]
at net.minecraftforge.common.crafting.CraftingHelper.getIngredient(CraftingHelper.java:204) ~[CraftingHelper.class:?]
at net.minecraftforge.common.crafting.CraftingHelper.lambda$init$14(CraftingHelper.java:481) ~[CraftingHelper.class:?]
at net.minecraftforge.common.crafting.CraftingHelper$$Lambda$1609/544925907.parse(Unknown Source) ~[?:?]
at net.minecraftforge.common.crafting.CraftingHelper.getRecipe(CraftingHelper.java:416) ~[CraftingHelper.class:?]
at net.minecraftforge.common.crafting.CraftingHelper.lambda$loadRecipes$22(CraftingHelper.java:723) [CraftingHelper.class:?]
at net.minecraftforge.common.crafting.CraftingHelper$$Lambda$2897/945278010.apply(Unknown Source) [CraftingHelper.class:?]
at net.minecraftforge.common.crafting.CraftingHelper.findFiles(CraftingHelper.java:833) [CraftingHelper.class:?]
at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:688) [CraftingHelper.class:?]
at net.minecraftforge.common.crafting.CraftingHelper$$Lambda$2895/572088472.accept(Unknown Source) [CraftingHelper.class:?]
at java.util.ArrayList.forEach(ArrayList.java:1249) [?:1.8.0_51]
at net.minecraftforge.common.crafting.CraftingHelper.loadRecipes(CraftingHelper.java:633) [CraftingHelper.class:?]
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:747) [Loader.class:?]
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:336) [FMLClientHandler.class:?]
at net.minecraft.client.Minecraft.init(Minecraft.java:535) [bib.class:?]
at net.minecraft.client.Minecraft.run(Minecraft.java:3931) [bib.class:?]
at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51]
at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
I am not sure how cosmetic wood handles the adding of more crafting benches and am so fare unaware of a config file for it either. upon further inspection, I wonder if it's due to the bench having a pre set NBT tag?