[1.18.2] Too many mods in a single pack stops toolbelt recipe from registering.
Baggytrousers27 opened this issue · 5 comments
Not sure if it's too many mods or one specific mod (narrowing down while typing this) but jei won't show a recipe for the Toolbelt (from your other mod). Will get back to you with more info soon.
Can you provide a log file? If there's a loading error it should appear in the latest.log
[09May2022 14:08:38.800] [Server thread/INFO] [net.minecraft.world.item.crafting.RecipeManager/]: Skipping loading recipe toolbelt:belt_via_sewing as it's serializer returned null
From
Latest.log
Let me know if debug is needed as well.
Wait scratch that. I looked too quickly and did a brainfart.
The other recipe errors are annoying but not the issue.
The issue is that Tool Belt thinks Sewing Kit is not present or disabled.
OOPS I found a bug in the config.
enableSewingKitSupport = builder
.comment("If set to FALSE, support for sewing recipes will not be enabled regardless of the mod's presence.")
.translation("text.toolbelt.config.disable_anvil_update")
.define("disableAnvilUpgrading", false);
There's a config value that I forgot to rename, "disableAnvilUpgrading" should really be called "enableSewingKitSupport". If you set that to false, set it to true.