MrCrayfish / MrCrayfishVehicleMod

Adds in working vehicles into Minecraft
Other
143 stars 97 forks source link

1.12.2, parsing error loading crafting recipe for workstation #551

Open InuYasha86000 opened 1 year ago

InuYasha86000 commented 1 year ago

I am not sure if this is a mod conflict due to my modpack, but I have discovered that the crafting recipe for the workstation is missing and the only hint I have to it is this 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:?]

seeing as it's referencing the crafting table, I DO have a mod called Cosmetic Wood that adds different wood variants of a crafting bench, bookshelf, and some other blocks, i'm not sure how it does this but I am asking for help to pinpoint the problem in hopes I can resolve it.