From 5cdcc154ce9ff34ec213b9b7cc788d4e18657b3e Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Fri, 4 Nov 2022 12:15:30 +0100 Subject: even if this works i would probably prefer having the island in the repo 🤓 (#855) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Added island * Fixed 2 lores and some recipe outputs * Fixed lore of enrichments * Fixed lore of some items * Added recipe and more wiki links * Fixed crafttext --- items/ULTIMATE_CARROT_CANDY.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'items/ULTIMATE_CARROT_CANDY.json') diff --git a/items/ULTIMATE_CARROT_CANDY.json b/items/ULTIMATE_CARROT_CANDY.json index 6655e866..e747796e 100644 --- a/items/ULTIMATE_CARROT_CANDY.json +++ b/items/ULTIMATE_CARROT_CANDY.json @@ -26,7 +26,8 @@ "B3": "SUPERB_CARROT_CANDY:1", "C1": "SUPERB_CARROT_CANDY:1", "C2": "SUPERB_CARROT_CANDY:1", - "C3": "SUPERB_CARROT_CANDY:1" + "C3": "SUPERB_CARROT_CANDY:1", + "count": 10 }, "internalname": "ULTIMATE_CARROT_CANDY", "clickcommand": "viewrecipe", -- cgit