[Bug]: TConstruct/Hephaestus recipe and texture and KubeJS server bug
yoshizookey opened this issue ยท 0 comments
Bug Description
I start a server and currently when i try to play it i noticed that the resource texture on the quest of the Hephaestus was not there and it was replaced by a question mark symbol with a purple background. I'm not sure whats wrong with it but when i join the game i saw an error text saying " KubeJS errors found [11]! Run '/kubejs rrors' for more info" . i dont understand any of this thing regarding the log so i really need some help to solve this.
i will provide some logs of the kubejs server down belo as i worried that it might be due to some error within KubeJS.
How to Reproduce?
[23:49:06] [INFO ] Loaded script server_scripts:industrial_grinder.js in 0.011 s
[23:49:06] [INFO ] Loaded script server_scripts:machines.js in 0.003 s
[23:49:06] [INFO ] Loaded script server_scripts:astral_signals_crafting.js in 0.002 s
[23:49:06] [INFO ] Loaded script server_scripts:removals.js in 0.015 s
[23:49:06] [INFO ] Loaded script server_scripts:crushing.js in 0.006 s
[23:49:06] [INFO ] Loaded script server_scripts:server.js in 0.029 s
[23:49:06] [INFO ] Loaded script server_scripts:interaction.js in 0.008 s
[23:49:06] [INFO ] Loaded script server_scripts:crowsrecipes.js in 0.001 s
[23:49:06] [INFO ] Loaded script server_scripts:Bloodyfile.js in 0.004 s
[23:49:06] [INFO ] Loaded script server_scripts:techreborn.js in 0.003 s
[23:49:06] [INFO ] Loaded script server_scripts:drain.js in 0.0 s
[23:49:06] [INFO ] Loaded script server_scripts:astral_signals_machines.js in 0.003 s
[23:49:07] [INFO ] Loaded script server_scripts:dungeonsenchants.js in 0.013 s
[23:49:07] [INFO ] Loaded script server_scripts:chromatic_vacuum.js in 0.001 s
[23:49:07] [INFO ] Loaded script server_scripts:resourcegen.js in 0.003 s
[23:49:07] [INFO ] Loaded script server_scripts:farmerscompat.js in 0.003 s
[23:49:07] [INFO ] Loaded script server_scripts:oxizidation.js in 0.0 s
[23:49:07] [INFO ] Loaded script server_scripts:dragon.js in 0.003 s
[23:49:07] [INFO ] Loaded script server_scripts:smithing.js in 0.001 s
[23:49:07] [INFO ] Loaded script server_scripts:createaddons.js in 0.002 s
[23:49:07] [INFO ] Loaded script server_scripts:yttr_block_fix.js in 0.001 s
[23:49:07] [INFO ] Loaded script server_scripts:sheets.js in 0.002 s
[23:49:07] [INFO ] Loaded script server_scripts:astral_generators.js in 0.002 s
[23:49:07] [INFO ] Loaded script server_scripts:flowers.js in 0.001 s
[23:49:07] [INFO ] Loaded script server_scripts:tconstruct.js in 0.002 s
[23:49:07] [INFO ] Loaded script server_scripts:tags/wrench.js in 0.001 s
[23:49:07] [INFO ] Loaded script server_scripts:tags/backpack.js in 0.001 s
[23:49:07] [INFO ] Loaded script server_scripts:tags/for_recipes.js in 0.001 s
[23:49:07] [INFO ] Loaded script server_scripts:tags/graveReplaceBlacklist.js in 0.0 s
[23:49:07] [INFO ] Loaded script server_scripts:tags/logs.js in 0.002 s
[23:49:07] [INFO ] Loaded script server_scripts:enchantment.js in 0.026 s
[23:49:07] [INFO ] Loaded script server_scripts:packing.js in 0.004 s
[23:49:07] [INFO ] Loaded script server_scripts:deathofinfinity.js in 0.002 s
[23:49:07] [INFO ] Loaded script server_scripts:replacements.js in 0.004 s
[23:49:07] [INFO ] Loaded script server_scripts:sawing.js in 0.001 s
[23:49:07] [INFO ] Loaded script server_scripts:auto_chipped.js in 0.001 s
[23:49:07] [INFO ] Loaded script server_scripts:vinery.js in 0.001 s
[23:49:07] [INFO ] Loaded script server_scripts:create.js in 0.023 s
[23:49:07] [INFO ] Loaded 38/38 KubeJS server scripts in 0.204 s
[23:49:07] [INFO ] Scripts loaded
[23:49:07] [INFO ] Scanning recipes...
[23:49:12] [INFO ] [blocks] Found 905 tags, added 41 objects, removed 2 objects
[23:49:12] [INFO ] [blocks] Found 905 tags, added 116 objects, removed 2 objects
[23:49:12] [INFO ] [items] Found 1597 tags, added 4 objects, removed 0 objects
[23:49:13] [ERR ] Error occurred while handling event 'item.tags': Wrapped java.lang.IllegalStateException: Missing key in ResourceKey[minecraft:root / minecraft:item]: ResourceKey[minecraft:item / tconstruct:pickaxe] (server_scripts:tags/backpack.js#30)
[23:49:13] [ERR ] Error occurred while handling event 'item.tags': Wrapped java.lang.IllegalStateException: Missing key in ResourceKey[minecraft:root / minecraft:item]: ResourceKey[minecraft:item / tconstruct:gold_platform] (server_scripts:tags/for_recipes.js#29)
[23:49:13] [ERR ] Error occurred while handling event 'item.tags': Wrapped java.lang.IllegalStateException: Missing key in ResourceKey[minecraft:root / minecraft:item]: ResourceKey[minecraft:item / tconstruct:greenheart_log] (server_scripts:tags/logs.js#61)
[23:49:13] [INFO ] [items] Found 1636 tags, added 97 objects, removed 0 objects
[23:49:18] [WARN ] Failed to parse recipe techreborn:blast_furnace/efficientsteel[techreborn:blast_furnace]:
[23:49:18] [ERR ] reborncore.common.crafting.serde.RecipeSerdeException: Failed to ser/de techreborn:blast_furnace/efficientsteel
[23:49:18] [ERR ] at knot//reborncore.common.crafting.RebornRecipeType.read(RebornRecipeType.java:54)
[23:49:18] [ERR ] at knot//reborncore.common.crafting.RebornRecipeType.method_8121(RebornRecipeType.java:40)
[23:49:18] [ERR ] at knot//net.minecraft.class_1863.method_17720(class_1863.java:125)
[23:49:18] [ERR ] at knot//dev.latvian.mods.kubejs.recipe.RecipeEventJS.post(RecipeEventJS.java:266)
[23:49:18] [ERR ] at knot//net.minecraft.class_1863.handler$ckn000$kubejs$customRecipesHead(class_1863.java:5028)
[23:49:18] [ERR ] at knot//net.minecraft.class_1863.method_20705(class_1863.java)
[23:49:18] [ERR ] at knot//net.minecraft.class_1863.method_18788(class_1863.java:33)
[23:49:18] [ERR ] at knot//net.minecraft.class_4080.method_18790(class_4080.java:13)
[23:49:18] [ERR ] at java.base/java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:718)
[23:49:18] [ERR ] at java.base/java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482)
[23:49:18] [ERR ] at knot//net.minecraft.class_4014.method_18365(class_4014.java:69)
[23:49:18] [ERR ] at knot//net.minecraft.class_4014.method_18367(class_4014.java:68)
[23:49:18] [ERR ] at java.base/java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:572)
[23:49:18] [ERR ] at java.base/java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:714)
[23:49:18] [ERR ] at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)
[23:49:18] [ERR ] at java.base/java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:614)
[23:49:18] [ERR ] at java.base/java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:726)
[23:49:18] [ERR ] at java.base/java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482)
[23:49:18] [ERR ] at knot//net.minecraft.class_4014.method_18365(class_4014.java:69)
[23:49:18] [ERR ] at knot//net.minecraft.class_4014.method_18367(class_4014.java:68)
[23:49:18] [ERR ] at java.base/java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:572)
[23:49:18] [ERR ] at java.base/java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:714)
[23:49:18] [ERR ] at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)
[23:49:18] [ERR ] at java.base/java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:614)
[23:49:18] [ERR ] at java.base/java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:726)
[23:49:18] [ERR ] at java.base/java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482)
[23:49:18] [ERR ] at knot//net.minecraft.class_4014.method_18365(class_4014.java:69)
[23:49:18] [ERR ] at knot//net.minecraft.class_4014.method_18367(class_4014.java:68)
[23:49:18] [ERR ] at java.base/java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:572)
[23:49:18] [ERR ] at java.base/java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:714)
[23:49:18] [ERR ] at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)
[23:49:18] [ERR ] at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2179)
[23:49:18] [ERR ] at knot//net.minecraft.class_4014$1.method_18374(class_4014.java:51)
[23:49:18] [ERR ] at knot//net.minecraft.class_4014$1.method_18352(class_4014.java:48)
[23:49:18] [ERR ] at java.base/java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1150)
[23:49:18] [ERR ] at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)
[23:49:18] [ERR ] at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1773)
[23:49:18] [ERR ] at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760)
[23:49:18] [ERR ] at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
[23:49:18] [ERR ] at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
[23:49:18] [ERR ] at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
[23:49:18] [ERR ] at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
[23:49:18] [ERR ] at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)
[23:49:18] [ERR ] Caused by: com.google.gson.JsonParseException: Fluid could not be found: tconstruct:molten_iron
[23:49:18] [ERR ] at knot//reborncore.common.crafting.ingredient.FluidIngredient.deserialize(FluidIngredient.java:77)
[23:49:18] [ERR ] at knot//reborncore.common.crafting.ingredient.IngredientFactory.deserialize(IngredientFactory.java:45)
[23:49:18] [ERR ] at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
[23:49:18] [ERR ] at java.base/java.util.stream.IntPipeline$1$1.accept(IntPipeline.java:180)
[23:49:18] [ERR ] at java.base/java.util.stream.Streams$RangeIntSpliterator.forEachRemaining(Streams.java:104)
[23:49:18] [ERR ] at java.base/java.util.Spliterator$OfInt.forEachRemaining(Spliterator.java:712)
[23:49:18] [ERR ] at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
[23:49:18] [ERR ] at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
[23:49:18] [ERR ] at java.base/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921)
[23:49:18] [ERR ] at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
[23:49:18] [ERR ] at java.base/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682)
[23:49:18] [ERR ] at knot//reborncore.common.crafting.serde.AbstractRecipeSerde.getIngredients(AbstractRecipeSerde.java:56)
[23:49:18] [ERR ] at knot//reborncore.common.crafting.serde.RebornRecipeSerde.fromJson(RebornRecipeSerde.java:45)
[23:49:18] [ERR ] at knot//reborncore.common.crafting.RebornRecipeType.read(RebornRecipeType.java:52)
[23:49:18] [ERR ] ... 42 more
[23:49:19] [INFO ] Found 9437 recipes and 0 failed recipes in 771.9 ms
[23:49:20] [ERR ] server_scripts:server.js:557: Failed to create recipe for type 'create:sequenced_assembly': Failed to create com.google.gson.JsonSyntaxException: Invalid item: minecraft:air
[23:49:20] [ERR ] Error occurred while handling event 'recipes': Wrapped java.lang.NullPointerException: Unknown recipe type: tconstruct:casting_table (server_scripts:crowsrecipes.js#32)
[23:49:20] [ERR ] server_scripts:dungeonsenchants.js:363: Failed to create recipe for type 'create:sequenced_assembly': Failed to create com.google.gson.JsonSyntaxException: Invalid item: minecraft:air
[23:49:20] [ERR ] Error occurred while handling event 'recipes': Wrapped java.lang.NullPointerException: Unknown recipe type: tconstruct:casting_basin (server_scripts:tconstruct.js#80)
[23:49:20] [ERR ] server_scripts:enchantment.js:59: Failed to create recipe for type 'create:sequenced_assembly': Failed to create com.google.gson.JsonSyntaxException: Invalid item: minecraft:air
[23:49:25] [ERR ] server_scripts:create.js:1204: Failed to create recipe for type 'create:sequenced_assembly': Failed to create com.google.gson.JsonSyntaxException: Invalid item: minecraft:air
[23:49:25] [INFO ] Posted recipe events in 6.243 s
[23:49:25] [INFO ] Modified & removed recipes in 310.4 ms
[23:49:25] [WARN ] Error creating recipe techreborn:kjs_bpyedp6aaizzln1vwxjs6xwo6[techreborn:industrial_grinder]: {"type":"techreborn:industrial_grinder","power":64,"time":500,"tank":{"fluid":"techreborn:mercury","amount":100},"ingredients":[{"item":"minecraft:ancient_debris"}],"results":[{"item":"minecraft:air","count":1}]}: reborncore.common.crafting.serde.RecipeSerdeException: Failed to ser/de techreborn:kjs_bpyedp6aaizzln1vwxjs6xwo6
[23:49:25] [WARN ] Error creating recipe techreborn:kjs_dl6nppumw8hst5txkx6j1m1i5[techreborn:industrial_grinder]: {"type":"techreborn:industrial_grinder","power":16,"time":100,"tank":{"fluid":"minecraft:water","amount":100},"ingredients":[{"tag":"c:ores/cobalt"}],"results":[{"item":"minecraft:air","count":1},{"item":"create:experience_nugget","count":1}]}: reborncore.common.crafting.serde.RecipeSerdeException: Failed to ser/de techreborn:kjs_dl6nppumw8hst5txkx6j1m1i5
[23:49:25] [WARN ] Error creating recipe techreborn:kjs_cx25g64m4m42oe9bax9xlddux[techreborn:industrial_grinder]: {"type":"techreborn:industrial_grinder","power":16,"time":100,"tank":{"fluid":"techreborn:mercury","amount":100},"ingredients":[{"tag":"c:ores/cobalt"}],"results":[{"item":"minecraft:air","count":1},{"item":"create:experience_nugget","count":2}]}: reborncore.common.crafting.serde.RecipeSerdeException: Failed to ser/de techreborn:kjs_cx25g64m4m42oe9bax9xlddux
[23:49:25] [WARN ] Error creating recipe techreborn:kjs_ba4x5kjpgpis2v15e64rpxx6d[techreborn:industrial_grinder]: {"type":"techreborn:industrial_grinder","power":16,"time":100,"tank":{"fluid":"minecraft:water","amount":100},"ingredients":[{"item":"minecraft:air"}],"results":[{"item":"minecraft:air","count":1}]}: reborncore.common.crafting.serde.RecipeSerdeException: Failed to ser/de techreborn:kjs_ba4x5kjpgpis2v15e64rpxx6d
[23:49:25] [WARN ] Error creating recipe techreborn:kjs_b2qut64pg3zhglai1xdzva31e[techreborn:industrial_grinder]: {"type":"techreborn:industrial_grinder","power":16,"time":100,"tank":{"fluid":"techreborn:mercury","amount":100},"ingredients":[{"item":"minecraft:air"}],"results":[{"item":"minecraft:air","count":1}]}: reborncore.common.crafting.serde.RecipeSerdeException: Failed to ser/de techreborn:kjs_b2qut64pg3zhglai1xdzva31e
[23:49:25] [WARN ] Error creating recipe create:kjs_7ikeuudtchynfybzbhvinkqlx[create:crushing]: {"processingTime":100,"type":"create:crushing","ingredients":[{"item":"minecraft:air"}],"results":[{"item":"createastral:crushed_raw_cobalt","count":1},{"item":"createastral:crushed_raw_cobalt","count":1,"chance":0.33},{"item":"create:experience_nugget","count":1,"chance":0.33},{"item":"techreborn:tin_nugget","count":1,"chance":0.2}]}: com.google.gson.JsonSyntaxException: Invalid item: minecraft:air
[23:49:25] [WARN ] Error creating recipe create:kjs_4jcq634b5881fkwsmj01hgao8[create:crushing]: {"processingTime":100,"type":"create:crushing","ingredients":[{"item":"minecraft:air"}],"results":[{"item":"createastral:crushed_raw_cobalt","count":9},{"item":"createastral:crushed_raw_cobalt","count":9,"chance":0.33},{"item":"create:experience_nugget","count":9,"chance":0.33},{"item":"techreborn:tin_nugget","count":9,"chance":0.2}]}: com.google.gson.JsonSyntaxException: Invalid item: minecraft:air
[23:49:25] [WARN ] Error creating recipe create:kjs_98wn1jxkhcvvbbrhl1chh32p5[create:crushing]: {"processingTime":100,"type":"create:crushing","ingredients":[{"item":"minecraft:air"}],"results":[{"item":"minecraft:air","count":1},{"item":"minecraft:air","count":1},{"item":"create:experience_nugget","count":1,"chance":0.75},{"item":"ad_astra:moon_cobblestone","count":1,"chance":0.12}]}: com.google.gson.JsonSyntaxException: Invalid item: minecraft:air
[23:49:25] [WARN ] Error creating recipe kubejs:kjs_1ruz17pedyjnssuldhyxm9ied[kubejs:shaped]: {"type":"kubejs:shaped","result":{"item":"minecraft:air","count":1},"pattern":["AAA","ABA"],"key":{"A":{"item":"minecraft:air"},"B":{"item":"create:fluid_tank"}}}: com.google.gson.JsonSyntaxException: Invalid item: minecraft:air
[23:49:25] [WARN ] Error creating recipe kubejs:kjs_bsj4bs74gj430wrocvsd21eou[kubejs:shaped]: {"type":"kubejs:shaped","result":{"item":"minecraft:air","count":1},"pattern":["ACA","CBC","AAA"],"key":{"A":{"item":"minecraft:air"},"B":{"item":"create:fluid_tank"},"C":{"tag":"c:glass"}}}: com.google.gson.JsonSyntaxException: Invalid item: minecraft:air
[23:49:25] [WARN ] Error creating recipe kubejs:kjs_8g2f45yo8arvaw1u1cieg4c6f[kubejs:shaped]: {"type":"kubejs:shaped","result":{"item":"create:blaze_burner","count":1},"pattern":["AAA","ADA","BCB"],"key":{"A":{"item":"createaddition:iron_rod"},"B":{"item":"create:iron_sheet"},"C":{"item":"ad_astra:moon_stone"},"D":{"item":"minecraft:air"}}}: com.google.gson.JsonSyntaxException: Invalid item: minecraft:air
[23:49:25] [WARN ] Error creating recipe techreborn:kjs_6a2z2e83ud9onv28uemop2z1a[techreborn:grinder]: {"type":"techreborn:grinder","time":100,"power":5,"ingredients":[{"item":"minecraft:air"}],"results":[{"item":"minecraft:bone_meal","count":6}]}: reborncore.common.crafting.serde.RecipeSerdeException: Failed to ser/de techreborn:kjs_6a2z2e83ud9onv28uemop2z1a
[23:49:25] [WARN ] Error creating recipe createaddition:kjs_1khmhq76qj9ja29kzdj7yhmxy[createaddition:charging]: {"type":"createaddition:charging","input":{"item":"kubejs:molten_desh_bucket","count":1},"result":{"item":"tconstruct:molten_electrum_bucket","count":1},"energy":4000}: com.google.gson.JsonSyntaxException: Unknown item 'tconstruct:molten_electrum_bucket'
[23:49:25] [WARN ] Error creating recipe techreborn:kjs_10vsdaq3x05brk1o38vvvxowt[techreborn:rolling_machine]: {"type":"techreborn:rolling_machine","shaped":{"pattern":["III","III","III"],"key":{"I":{"item":"tconstruct:netherite_nugget"}},"result":{"item":"minecraft:netherite_ingot"}},"power":5,"time":250}: reborncore.common.crafting.serde.RecipeSerdeException: Failed to ser/de techreborn:kjs_10vsdaq3x05brk1o38vvvxowt
[23:49:25] [WARN ] Error creating recipe techreborn:kjs_638b5ishp3gh8kvclujua9r3q[techreborn:assembling_machine]: {"type":"techreborn:assembling_machine","power":5,"time":250,"ingredients":[{"item":"minecraft:netherite_ingot"}],"results":[{"item":"minecraft:air","count":1}]}: reborncore.common.crafting.serde.RecipeSerdeException: Failed to ser/de techreborn:kjs_638b5ishp3gh8kvclujua9r3q
[23:49:25] [WARN ] Error creating recipe techreborn:kjs_d4m8ysbwndabrlcec7ocxfihc[techreborn:rolling_machine]: {"type":"techreborn:rolling_machine","shaped":{"pattern":["III","III","III"],"key":{"I":{"item":"tconstruct:cobalt_ingot"}},"result":{"item":"tconstruct:cobalt_block"}},"power":5,"time":250}: reborncore.common.crafting.serde.RecipeSerdeException: Failed to ser/de techreborn:kjs_d4m8ysbwndabrlcec7ocxfihc
[23:49:25] [WARN ] Error creating recipe techreborn:kjs_5b769yi9zedc0tkjx8mcyz0u[techreborn:assembling_machine]: {"type":"techreborn:assembling_machine","power":5,"time":250,"ingredients":[{"item":"minecraft:air"}],"results":[{"item":"minecraft:air","count":1}]}: reborncore.common.crafting.serde.RecipeSerdeException: Failed to ser/de techreborn:kjs_5b769yi9zedc0tkjx8mcyz0u
[23:49:25] [WARN ] Error creating recipe techreborn:kjs_av2kepub3b4jmdzwe2hh4uqrh[techreborn:rolling_machine]: {"type":"techreborn:rolling_machine","shaped":{"pattern":["III","III","III"],"key":{"I":{"item":"tconstruct:cobalt_nugget"}},"result":{"item":"tconstruct:cobalt_ingot"}},"power":5,"time":250}: reborncore.common.crafting.serde.RecipeSerdeException: Failed to ser/de techreborn:kjs_av2kepub3b4jmdzwe2hh4uqrh
[23:49:25] [WARN ] Error creating recipe techreborn:kjs_5b769yi9zedc0tkjx8mcyz0u[techreborn:assembling_machine]: {"type":"techreborn:assembling_machine","power":5,"time":250,"ingredients":[{"item":"minecraft:air"}],"results":[{"item":"minecraft:air","count":1}]}: reborncore.common.crafting.serde.RecipeSerdeException: Failed to ser/de techreborn:kjs_5b769yi9zedc0tkjx8mcyz0u
[23:49:25] [WARN ] Error creating recipe techreborn:kjs_bopmsuaoer9bfcsmycd31lja6[techreborn:rolling_machine]: {"type":"techreborn:rolling_machine","shaped":{"pattern":["III","III","III"],"key":{"I":{"item":"tconstruct:slimesteel_ingot"}},"result":{"item":"tconstruct:slimesteel_block"}},"power":5,"time":250}: reborncore.common.crafting.serde.RecipeSerdeException: Failed to ser/de techreborn:kjs_bopmsuaoer9bfcsmycd31lja6
[23:49:25] [WARN ] Error creating recipe techreborn:kjs_5b769yi9zedc0tkjx8mcyz0u[techreborn:assembling_machine]: {"type":"techreborn:assembling_machine","power":5,"time":250,"ingredients":[{"item":"minecraft:air"}],"results":[{"item":"minecraft:air","count":1}]}: reborncore.common.crafting.serde.RecipeSerdeException: Failed to ser/de techreborn:kjs_5b769yi9zedc0tkjx8mcyz0u
[23:49:25] [WARN ] Error creating recipe techreborn:kjs_90sr5er10j8h2ha8pxfluqd69[techreborn:rolling_machine]: {"type":"techreborn:rolling_machine","shaped":{"pattern":["III","III","III"],"key":{"I":{"item":"tconstruct:slimesteel_nugget"}},"result":{"item":"tconstruct:slimesteel_ingot"}},"power":5,"time":250}: reborncore.common.crafting.serde.RecipeSerdeException: Failed to ser/de techreborn:kjs_90sr5er10j8h2ha8pxfluqd69
[23:49:25] [WARN ] Error creating recipe techreborn:kjs_5b769yi9zedc0tkjx8mcyz0u[techreborn:assembling_machine]: {"type":"techreborn:assembling_machine","power":5,"time":250,"ingredients":[{"item":"minecraft:air"}],"results":[{"item":"minecraft:air","count":1}]}: reborncore.common.crafting.serde.RecipeSerdeException: Failed to ser/de techreborn:kjs_5b769yi9zedc0tkjx8mcyz0u
[23:49:25] [WARN ] Error creating recipe techreborn:kjs_df533f45ncuzimz0b3a2p3jwq[techreborn:rolling_machine]: {"type":"techreborn:rolling_machine","shaped":{"pattern":["III","III","III"],"key":{"I":{"item":"tconstruct:amethyst_bronze_ingot"}},"result":{"item":"tconstruct:amethyst_bronze_block"}},"power":5,"time":250}: reborncore.common.crafting.serde.RecipeSerdeException: Failed to ser/de techreborn:kjs_df533f45ncuzimz0b3a2p3jwq
[23:49:25] [WARN ] Error creating recipe techreborn:kjs_5b769yi9zedc0tkjx8mcyz0u[techreborn:assembling_machine]: {"type":"techreborn:assembling_machine","power":5,"time":250,"ingredients":[{"item":"minecraft:air"}],"results":[{"item":"minecraft:air","count":1}]}: reborncore.common.crafting.serde.RecipeSerdeException: Failed to ser/de techreborn:kjs_5b769yi9zedc0tkjx8mcyz0u
[23:49:25] [WARN ] Error creating recipe techreborn:kjs_1ykm55vh1qlndcu3kwm9ov5cy[techreborn:rolling_machine]: {"type":"techreborn:rolling_machine","shaped":{"pattern":["III","III","III"],"key":{"I":{"item":"tconstruct:amethyst_bronze_nugget"}},"result":{"item":"tconstruct:amethyst_bronze_ingot"}},"power":5,"time":250}: reborncore.common.crafting.serde.RecipeSerdeException: Failed to ser/de techreborn:kjs_1ykm55vh1qlndcu3kwm9ov5cy
[23:49:25] [WARN ] Error creating recipe techreborn:kjs_5b769yi9zedc0tkjx8mcyz0u[techreborn:assembling_machine]: {"type":"techreborn:assembling_machine","power":5,"time":250,"ingredients":[{"item":"minecraft:air"}],"results":[{"item":"minecraft:air","count":1}]}: reborncore.common.crafting.serde.RecipeSerdeException: Failed to ser/de techreborn:kjs_5b769yi9zedc0tkjx8mcyz0u
[23:49:25] [WARN ] Error creating recipe techreborn:kjs_c4y8bc6g41bowo1ij1d70u8t6[techreborn:rolling_machine]: {"type":"techreborn:rolling_machine","shaped":{"pattern":["III","III","III"],"key":{"I":{"item":"tconstruct:rose_gold_ingot"}},"result":{"item":"tconstruct:rose_gold_block"}},"power":5,"time":250}: reborncore.common.crafting.serde.RecipeSerdeException: Failed to ser/de techreborn:kjs_c4y8bc6g41bowo1ij1d70u8t6
[23:49:25] [WARN ] Error creating recipe techreborn:kjs_5b769yi9zedc0tkjx8mcyz0u[techreborn:assembling_machine]: {"type":"techreborn:assembling_machine","power":5,"time":250,"ingredients":[{"item":"minecraft:air"}],"results":[{"item":"minecraft:air","count":1}]}: reborncore.common.crafting.serde.RecipeSerdeException: Failed to ser/de techreborn:kjs_5b769yi9zedc0tkjx8mcyz0u
[23:49:25] [WARN ] Error creating recipe techreborn:kjs_edny6b7q42ob4egw37mlqkgm7[techreborn:rolling_machine]: {"type":"techreborn:rolling_machine","shaped":{"pattern":["III","III","III"],"key":{"I":{"item":"tconstruct:rose_gold_nugget"}},"result":{"item":"tconstruct:rose_gold_ingot"}},"power":5,"time":250}: reborncore.common.crafting.serde.RecipeSerdeException: Failed to ser/de techreborn:kjs_edny6b7q42ob4egw37mlqkgm7
[23:49:25] [WARN ] Error creating recipe techreborn:kjs_5b769yi9zedc0tkjx8mcyz0u[techreborn:assembling_machine]: {"type":"techreborn:assembling_machine","power":5,"time":250,"ingredients":[{"item":"minecraft:air"}],"results":[{"item":"minecraft:air","count":1}]}: reborncore.common.crafting.serde.RecipeSerdeException: Failed to ser/de techreborn:kjs_5b769yi9zedc0tkjx8mcyz0u
[23:49:25] [WARN ] Error creating recipe techreborn:kjs_5ex9u22e9h7oxr0s01xvtsxra[techreborn:rolling_machine]: {"type":"techreborn:rolling_machine","shaped":{"pattern":["III","III","III"],"key":{"I":{"item":"tconstruct:pig_iron_ingot"}},"result":{"item":"tconstruct:pig_iron_block"}},"power":5,"time":250}: reborncore.common.crafting.serde.RecipeSerdeException: Failed to ser/de techreborn:kjs_5ex9u22e9h7oxr0s01xvtsxra
[23:49:25] [WARN ] Error creating recipe techreborn:kjs_5b769yi9zedc0tkjx8mcyz0u[techreborn:assembling_machine]: {"type":"techreborn:assembling_machine","power":5,"time":250,"ingredients":[{"item":"minecraft:air"}],"results":[{"item":"minecraft:air","count":1}]}: reborncore.common.crafting.serde.RecipeSerdeException: Failed to ser/de techreborn:kjs_5b769yi9zedc0tkjx8mcyz0u
[23:49:25] [WARN ] Error creating recipe techreborn:kjs_e2voshfcd0yaq3k7ndv10c3i3[techreborn:rolling_machine]: {"type":"techreborn:rolling_machine","shaped":{"pattern":["III","III","III"],"key":{"I":{"item":"tconstruct:pig_iron_nugget"}},"result":{"item":"tconstruct:pig_iron_ingot"}},"power":5,"time":250}: reborncore.common.crafting.serde.RecipeSerdeException: Failed to ser/de techreborn:kjs_e2voshfcd0yaq3k7ndv10c3i3
[23:49:25] [WARN ] Error creating recipe techreborn:kjs_5b769yi9zedc0tkjx8mcyz0u[techreborn:assembling_machine]: {"type":"techreborn:assembling_machine","power":5,"time":250,"ingredients":[{"item":"minecraft:air"}],"results":[{"item":"minecraft:air","count":1}]}: reborncore.common.crafting.serde.RecipeSerdeException: Failed to ser/de techreborn:kjs_5b769yi9zedc0tkjx8mcyz0u
[23:49:25] [WARN ] Error creating recipe techreborn:kjs_f1j2nbums9bt61mffnkc2v6fu[techreborn:rolling_machine]: {"type":"techreborn:rolling_machine","shaped":{"pattern":["III","III","III"],"key":{"I":{"item":"tconstruct:queens_slime_ingot"}},"result":{"item":"tconstruct:queens_slime_block"}},"power":5,"time":250}: reborncore.common.crafting.serde.RecipeSerdeException: Failed to ser/de techreborn:kjs_f1j2nbums9bt61mffnkc2v6fu
[23:49:25] [WARN ] Error creating recipe techreborn:kjs_5b769yi9zedc0tkjx8mcyz0u[techreborn:assembling_machine]: {"type":"techreborn:assembling_machine","power":5,"time":250,"ingredients":[{"item":"minecraft:air"}],"results":[{"item":"minecraft:air","count":1}]}: reborncore.common.crafting.serde.RecipeSerdeException: Failed to ser/de techreborn:kjs_5b769yi9zedc0tkjx8mcyz0u
[23:49:25] [WARN ] Error creating recipe techreborn:kjs_f2czigvcwq0ks53o0tm1p5b27[techreborn:rolling_machine]: {"type":"techreborn:rolling_machine","shaped":{"pattern":["III","III","III"],"key":{"I":{"item":"tconstruct:queens_slime_nugget"}},"result":{"item":"tconstruct:queens_slime_ingot"}},"power":5,"time":250}: reborncore.common.crafting.serde.RecipeSerdeException: Failed to ser/de techreborn:kjs_f2czigvcwq0ks53o0tm1p5b27
[23:49:25] [WARN ] Error creating recipe techreborn:kjs_5b769yi9zedc0tkjx8mcyz0u[techreborn:assembling_machine]: {"type":"techreborn:assembling_machine","power":5,"time":250,"ingredients":[{"item":"minecraft:air"}],"results":[{"item":"minecraft:air","count":1}]}: reborncore.common.crafting.serde.RecipeSerdeException: Failed to ser/de techreborn:kjs_5b769yi9zedc0tkjx8mcyz0u
[23:49:25] [WARN ] Error creating recipe techreborn:kjs_3zy46qpv137ngw96cu2sop040[techreborn:rolling_machine]: {"type":"techreborn:rolling_machine","shaped":{"pattern":["III","III","III"],"key":{"I":{"item":"tconstruct:manyullyn_ingot"}},"result":{"item":"tconstruct:manyullyn_block"}},"power":5,"time":250}: reborncore.common.crafting.serde.RecipeSerdeException: Failed to ser/de techreborn:kjs_3zy46qpv137ngw96cu2sop040
[23:49:25] [WARN ] Error creating recipe techreborn:kjs_5b769yi9zedc0tkjx8mcyz0u[techreborn:assembling_machine]: {"type":"techreborn:assembling_machine","power":5,"time":250,"ingredients":[{"item":"minecraft:air"}],"results":[{"item":"minecraft:air","count":1}]}: reborncore.common.crafting.serde.RecipeSerdeException: Failed to ser/de techreborn:kjs_5b769yi9zedc0tkjx8mcyz0u
[23:49:25] [WARN ] Error creating recipe techreborn:kjs_cmoadmm3fmn7tp6xzone4ankg[techreborn:rolling_machine]: {"type":"techreborn:rolling_machine","shaped":{"pattern":["III","III","III"],"key":{"I":{"item":"tconstruct:manyullyn_nugget"}},"result":{"item":"tconstruct:manyullyn_ingot"}},"power":5,"time":250}: reborncore.common.crafting.serde.RecipeSerdeException: Failed to ser/de techreborn:kjs_cmoadmm3fmn7tp6xzone4ankg
[23:49:25] [WARN ] Error creating recipe techreborn:kjs_5b769yi9zedc0tkjx8mcyz0u[techreborn:assembling_machine]: {"type":"techreborn:assembling_machine","power":5,"time":250,"ingredients":[{"item":"minecraft:air"}],"results":[{"item":"minecraft:air","count":1}]}: reborncore.common.crafting.serde.RecipeSerdeException: Failed to ser/de techreborn:kjs_5b769yi9zedc0tkjx8mcyz0u
[23:49:25] [WARN ] Error creating recipe techreborn:kjs_4vjtltf4exh4jqecyi289o07m[techreborn:rolling_machine]: {"type":"techreborn:rolling_machine","shaped":{"pattern":["III","III","III"],"key":{"I":{"item":"tconstruct:hepatizon_ingot"}},"result":{"item":"tconstruct:hepatizon_block"}},"power":5,"time":250}: reborncore.common.crafting.serde.RecipeSerdeException: Failed to ser/de techreborn:kjs_4vjtltf4exh4jqecyi289o07m
[23:49:25] [WARN ] Error creating recipe techreborn:kjs_5b769yi9zedc0tkjx8mcyz0u[techreborn:assembling_machine]: {"type":"techreborn:assembling_machine","power":5,"time":250,"ingredients":[{"item":"minecraft:air"}],"results":[{"item":"minecraft:air","count":1}]}: reborncore.common.crafting.serde.RecipeSerdeException: Failed to ser/de techreborn:kjs_5b769yi9zedc0tkjx8mcyz0u
[23:49:25] [WARN ] Error creating recipe techreborn:kjs_72kele7ifwps9uqphwfks2fq8[techreborn:rolling_machine]: {"type":"techreborn:rolling_machine","shaped":{"pattern":["III","III","III"],"key":{"I":{"item":"tconstruct:hepatizon_nugget"}},"result":{"item":"tconstruct:hepatizon_ingot"}},"power":5,"time":250}: reborncore.common.crafting.serde.RecipeSerdeException: Failed to ser/de techreborn:kjs_72kele7ifwps9uqphwfks2fq8
[23:49:25] [WARN ] Error creating recipe techreborn:kjs_5b769yi9zedc0tkjx8mcyz0u[techreborn:assembling_machine]: {"type":"techreborn:assembling_machine","power":5,"time":250,"ingredients":[{"item":"minecraft:air"}],"results":[{"item":"minecraft:air","count":1}]}: reborncore.common.crafting.serde.RecipeSerdeException: Failed to ser/de techreborn:kjs_5b769yi9zedc0tkjx8mcyz0u
[23:49:25] [WARN ] Error creating recipe techreborn:kjs_csqd8pasdyszz8bxeaom6i9p5[techreborn:rolling_machine]: {"type":"techreborn:rolling_machine","shaped":{"pattern":["III","III","III"],"key":{"I":{"item":"tconstruct:raw_cobalt"}},"result":{"item":"tconstruct:raw_cobalt_block"}},"power":5,"time":250}: reborncore.common.crafting.serde.RecipeSerdeException: Failed to ser/de techreborn:kjs_csqd8pasdyszz8bxeaom6i9p5
[23:49:25] [WARN ] Error creating recipe techreborn:kjs_5b769yi9zedc0tkjx8mcyz0u[techreborn:assembling_machine]: {"type":"techreborn:assembling_machine","power":5,"time":250,"ingredients":[{"item":"minecraft:air"}],"results":[{"item":"minecraft:air","count":1}]}: reborncore.common.crafting.serde.RecipeSerdeException: Failed to ser/de techreborn:kjs_5b769yi9zedc0tkjx8mcyz0u
[23:49:25] [WARN ] Error creating recipe techreborn:kjs_eb1w8bibvjc1ftn2fp2tj52ug[techreborn:industrial_sawmill]: {"type":"techreborn:industrial_sawmill","power":10,"time":200,"ingredients":[{"tag":"createastral:barked_greenheart_logs"}],"results":[{"item":"minecraft:air","count":1},{"item":"techreborn:saw_dust","count":3},{"item":"farmersdelight:tree_bark","count":1}],"tank":{"fluid":"minecraft:water","amount":{"droplets":8100}}}: reborncore.common.crafting.serde.RecipeSerdeException: Failed to ser/de techreborn:kjs_eb1w8bibvjc1ftn2fp2tj52ug
[23:49:25] [WARN ] Error creating recipe techreborn:kjs_fuyh682lj72j5g69icyjeawy[techreborn:industrial_sawmill]: {"type":"techreborn:industrial_sawmill","power":10,"time":200,"ingredients":[{"tag":"createastral:stripped_greenheart_logs"}],"results":[{"item":"minecraft:air","count":1},{"item":"techreborn:saw_dust","count":3}],"tank":{"fluid":"minecraft:water","amount":{"droplets":8100}}}: reborncore.common.crafting.serde.RecipeSerdeException: Failed to ser/de techreborn:kjs_fuyh682lj72j5g69icyjeawy
[23:49:25] [WARN ] Error creating recipe techreborn:kjs_21utq7c88h6fejlnqfbv9ydl8[techreborn:industrial_sawmill]: {"type":"techreborn:industrial_sawmill","power":10,"time":200,"ingredients":[{"tag":"createastral:barked_skyroot_logs"}],"results":[{"item":"minecraft:air","count":1},{"item":"techreborn:saw_dust","count":3},{"item":"farmersdelight:tree_bark","count":1}],"tank":{"fluid":"minecraft:water","amount":{"droplets":8100}}}: reborncore.common.crafting.serde.RecipeSerdeException: Failed to ser/de techreborn:kjs_21utq7c88h6fejlnqfbv9ydl8
[23:49:25] [WARN ] Error creating recipe techreborn:kjs_bvdzwu1rcxn55kwj3dputhwoj[techreborn:industrial_sawmill]: {"type":"techreborn:industrial_sawmill","power":10,"time":200,"ingredients":[{"tag":"createastral:stripped_skyroot_logs"}],"results":[{"item":"minecraft:air","count":1},{"item":"techreborn:saw_dust","count":3}],"tank":{"fluid":"minecraft:water","amount":{"droplets":8100}}}: reborncore.common.crafting.serde.RecipeSerdeException: Failed to ser/de techreborn:kjs_bvdzwu1rcxn55kwj3dputhwoj
[23:49:25] [WARN ] Error creating recipe techreborn:kjs_eu6a0h6x12mi56ztp9uyyvb44[techreborn:industrial_sawmill]: {"type":"techreborn:industrial_sawmill","power":10,"time":200,"ingredients":[{"tag":"createastral:barked_bloodshroom_logs"}],"results":[{"item":"minecraft:air","count":1},{"item":"techreborn:saw_dust","count":3},{"item":"farmersdelight:tree_bark","count":1}],"tank":{"fluid":"minecraft:water","amount":{"droplets":8100}}}: reborncore.common.crafting.serde.RecipeSerdeException: Failed to ser/de techreborn:kjs_eu6a0h6x12mi56ztp9uyyvb44
[23:49:25] [WARN ] Error creating recipe techreborn:kjs_8gg5ydvxo4c30dupz10qtl7hn[techreborn:industrial_sawmill]: {"type":"techreborn:industrial_sawmill","power":10,"time":200,"ingredients":[{"tag":"createastral:stripped_bloodshroom_logs"}],"results":[{"item":"minecraft:air","count":1},{"item":"techreborn:saw_dust","count":3}],"tank":{"fluid":"minecraft:water","amount":{"droplets":8100}}}: reborncore.common.crafting.serde.RecipeSerdeException: Failed to ser/de techreborn:kjs_8gg5ydvxo4c30dupz10qtl7hn
[23:49:26] [WARN ] Error creating recipe create:kjs_91dm3b883d0tr5o0w2rdgutyd[create:crushing]: {"processingTime":0,"type":"create:crushing","ingredients":[{"item":"minecraft:air"}],"results":[{"item":"minecraft:air","count":1}]}: com.google.gson.JsonSyntaxException: Invalid item: minecraft:air
[23:49:26] [WARN ] Error creating recipe create:kjs_9bp121hzy052ot93p89r6lfa5[create:sequenced_assembly]: {"transitionalItem":{"item":"create:unprocessed_obsidian_sheet","count":1},"loops":2,"sequence":[{"type":"create:deploying","ingredients":[{"item":"create:unprocessed_obsidian_sheet"},{"item":"minecraft:magma_cream"}],"results":[{"item":"create:unprocessed_obsidian_sheet"}],"processingTime":100},{"type":"create:pressing","ingredients":[{"item":"create:unprocessed_obsidian_sheet"}],"results":[{"item":"create:unprocessed_obsidian_sheet"}],"processingTime":100},{"type":"create:filling","ingredients":[{"item":"create:unprocessed_obsidian_sheet"},{"fluid":"minecraft:lava","nbt":{},"amount":8100}],"results":[{"item":"create:unprocessed_obsidian_sheet"}],"processingTime":100}],"type":"create:sequenced_assembly","results":[{"item":"create:sturdy_sheet","count":2}],"ingredient":{"item":"minecraft:air"}}: com.google.gson.JsonSyntaxException: Invalid item: minecraft:air
[23:49:26] [INFO ] Added recipes in 528.5 ms
[23:49:26] [INFO ] Added 9623 recipes, removed 1563 recipes, modified 826 recipes, with 57 failed recipes and 0 fall-backed recipes
[23:49:31] [INFO ] Collecting Custom Machine upgrades from JS scripts.
[23:49:31] [ERR ] Error occurred while handling event 'morejs.villager.trades': Wrapped java.lang.IllegalArgumentException: Sell item cannot be empty (server_scripts:server.js#1574)
Expected Behavior
i hope this issues can be help and solve. i really am so hyped and i really do looked up to play this modpack along with my friends
Version
2.1.2
Logs or additional context
i dont know if this will help as i dont know how to contact via discord and so on
Code of Conduct
- I have searched the issue tracker and confirmed that the issue has not been reported
- I have checked the FAQ (if one is present) and my issue is not listed
- I have verified that I am using the latest version of the modpack
- I have verified that I have followed the required steps to set up the modpack