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/COAL.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'items/COAL.json') diff --git a/items/COAL.json b/items/COAL.json index e5b3a6f9..5be66394 100644 --- a/items/COAL.json +++ b/items/COAL.json @@ -24,7 +24,8 @@ "B3": "", "C1": "", "C2": "", - "C3": "" + "C3": "", + "count": 9 }, "infoType": "WIKI_URL", "info": [ -- cgit