From 330fa7830719001cd6c85c5ff79dc40f8b70713f Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Mon, 18 Dec 2023 13:13:13 +0100 Subject: Fixed recipe of 8 items (#1075) * Fixed recipe of 8 items * Adding count to 144 recipes * Fixed lore of hypergolic fuel * Removed recipe, added 2 npcs, fixed lore and nbt of 3 items --- items/STAINED_CLAY-6.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'items/STAINED_CLAY-6.json') diff --git a/items/STAINED_CLAY-6.json b/items/STAINED_CLAY-6.json index 7fab9783..f1122c00 100644 --- a/items/STAINED_CLAY-6.json +++ b/items/STAINED_CLAY-6.json @@ -7,8 +7,7 @@ "§f§lCOMMON" ], "internalname": "STAINED_CLAY-6", - "parent": "STAINED_CLAY", - "modver": "1.3-REL", + "modver": "2.1.1-PRE", "vanilla": true, "clickcommand": "viewrecipe", "recipe": { @@ -20,6 +19,7 @@ "B3": "HARD_CLAY:1", "C1": "HARD_CLAY:1", "C2": "HARD_CLAY:1", - "C3": "HARD_CLAY:1" + "C3": "HARD_CLAY:1", + "count": 8 } } -- cgit