Skip to content

Commit c8e81b7

Browse files
committed
Merge pull request #49 from TPPI-Dev/Dev
Actually remove easy lillipad recipe
2 parents 22b5791 + e28dd68 commit c8e81b7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/tppitweaks/recipetweaks/RecipeTweaks.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,10 @@ private static void initRemovableRecipesMap()
175175
{
176176
MagicropsTweaks.init();
177177
}
178+
if (okayToTweakReliquary)
179+
{
180+
ReliquaryTweaks.init();
181+
}
178182
}
179183

180184
private static boolean canRemoveRecipe(IRecipe r)

0 commit comments

Comments
 (0)