From 8922351e495f9061b47a50ff6a5a9b6760600809 Mon Sep 17 00:00:00 2001 From: ManuCoding11 Date: Fri, 1 Apr 2022 17:14:06 +0200 Subject: [PATCH] Create recipe for ruined bricks --- scripts/crops.zs | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/scripts/crops.zs b/scripts/crops.zs index c189e57..5e0f865 100644 --- a/scripts/crops.zs +++ b/scripts/crops.zs @@ -50,7 +50,22 @@ for item in baubles { disable(item); } +// Ruined Bricks recipe for cropworld portal +recipes.addShaped( * 8, [ + [, , ], + [, , ], + [, , ] +]); +recipes.addShaped( * 4, [ + [, ], + [, ] +]); +recipes.addShapeless(, []); + // Add notes for beginners moretweaker.jei.MoreJei.addDescription(, ["Dropped from Invisibilia crops."]); moretweaker.jei.MoreJei.addDescription(, ["Dropped from breaking grass."]); -moretweaker.jei.MoreJei.addDescription(, ["Might be a good idea to backup those..."]); \ No newline at end of file +moretweaker.jei.MoreJei.addDescription(, ["Might be a good idea to backup those..."]); +moretweaker.jei.MoreJei.addDescription(, ["Can only be found in the Cropworld Dimension."]); +moretweaker.jei.MoreJei.addDescription(, ["Made with the Cocito.", "Seems it's not that useless anyway..."]); +moretweaker.jei.MoreJei.addDescription(, ["Play now! On the new §2Itero Supercrop§r!"]);