SirSquidly / Oceanic-Expanse

A 1.12.2 Minecraft Mod which adds various pieces of ocean-based content.
10 stars 3 forks source link

Random lime dye furnace recipe #103

Open michaelsebero opened 4 weeks ago

michaelsebero commented 4 weeks ago

screenshot_20241027-185906

SirSquidly commented 1 week ago

Someone else I had spoken with gave more info on this: It occurs when Sea Pickles have been disabled.

This is simply caused because I forgot to add a check if Sea Pickles are registered when adding the smelting recipe: https://github.com/SirSquidly/Oceanic-Expanse/blob/c95f775409277fe7669eee5188a558b1534ed3e9/src/main/java/com/sirsquidly/oe/init/OERecipes.java#L24

Should be a very easy fix.