diff --git a/scripts/ExtraUtilities2.zs b/scripts/ExtraUtilities2.zs index 12721d7..e32e9b8 100644 --- a/scripts/ExtraUtilities2.zs +++ b/scripts/ExtraUtilities2.zs @@ -34,4 +34,12 @@ recipes.removeShaped(); recipes.addShaped(, [[, , ], [, ringChicksEntry, ], -[, , ]]); \ No newline at end of file +[, , ]]); + +# Fixing the Slime generator recipe (something went wrong with the oredict) + recipes.remove(.withTag({Type: "extrautils2:generator_slime"}),true); + recipes.addShaped("SlimeGen", + .withTag({Type: "extrautils2:generator_slime"}), + [[, , ], + [, , ], + [, .withTag({Type: "extrautils2:generator"}), ]]);