stfwi / engineers-decor

Engineer's Decor
MIT License
35 stars 16 forks source link

Null half slab recipes #148

Closed WenXin20 closed 3 years ago

WenXin20 commented 3 years ago

Minecraft v1.16.4 Forge v35.1.13 Engineer's Decor v1.1.5

According to the log starting on line 397, there are several broken recipes. Error Log

stfwi commented 3 years ago

Hi, ty for the log. The lines below are actually regular and come from Forge when a recipe is disabled. In your case Immersive Engineering is not installed, so I omit Slab Slices for the IE blocks. With that, also the recipes are disabled, and the messages from Forge look either like this or contain "... because the condition did not match" instead.

From reading your log file my first shot would be that something on your machine/pack is broken or a data pack is not matching - there are lots of parse messages from different mods, tags, loot, recipes, etc. But it's merely an initial guess. Cheers!

[24Dec2020 17:37:21.916] [Worker-Main-9/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe engineersdecor:dependent/halfslab_concrete_recipe as it's serializer returned null
[24Dec2020 17:37:21.916] [Worker-Main-9/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe engineersdecor:dependent/halfslab_sheetmetal_aluminum_recipe as it's serializer returned null
[24Dec2020 17:37:21.916] [Worker-Main-9/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe engineersdecor:dependent/halfslab_sheetmetal_aluminum_recipe_decompose as it's serializer returned null
[24Dec2020 17:37:21.918] [Worker-Main-9/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe engineersdecor:dependent/halfslab_sheetmetal_copper_recipe as it's serializer returned null
[24Dec2020 17:37:21.918] [Worker-Main-9/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe engineersdecor:dependent/halfslab_sheetmetal_copper_recipe_decompose as it's serializer returned null
[24Dec2020 17:37:21.919] [Worker-Main-9/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe engineersdecor:dependent/halfslab_sheetmetal_gold_recipe as it's serializer returned null
[24Dec2020 17:37:21.919] [Worker-Main-9/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe engineersdecor:dependent/halfslab_sheetmetal_gold_recipe_decompose as it's serializer returned null
[24Dec2020 17:37:21.919] [Worker-Main-9/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe engineersdecor:dependent/halfslab_sheetmetal_iron_recipe as it's serializer returned null
[24Dec2020 17:37:21.919] [Worker-Main-9/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe engineersdecor:dependent/halfslab_sheetmetal_iron_recipe_decompose as it's serializer returned null
[24Dec2020 17:37:21.919] [Worker-Main-9/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe engineersdecor:dependent/halfslab_sheetmetal_steel_recipe as it's serializer returned null
[24Dec2020 17:37:21.920] [Worker-Main-9/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe engineersdecor:dependent/halfslab_sheetmetal_steel_recipe_decompose as it's serializer returned null
[24Dec2020 17:37:21.920] [Worker-Main-9/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe engineersdecor:dependent/halfslab_treated_wood_recipe as it's serializer returned null
[24Dec2020 17:37:21.920] [Worker-Main-9/INFO] [net.minecraft.item.crafting.RecipeManager/]: Skipping loading recipe engineersdecor:dependent/halfslab_treated_wood_recipe_decompose as it's serializer returned null
stfwi commented 3 years ago

Actually I'll close, it's as expected. Nonetheless ty for reporting!

WenXin20 commented 3 years ago

Yeah, a bunch of mods have either a broken recipe or loot table, so I was reporting them all to try to find the one causing the village chest loot to be null, generating empty village chests.