From 228ec7960d0319d8018c24ee14a92ea235c5e68c Mon Sep 17 00:00:00 2001 From: Moulberry Date: Thu, 1 Oct 2020 18:44:26 +1000 Subject: vanilla stuff & new items --- items/GOLDEN_CARROT.json | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) (limited to 'items/GOLDEN_CARROT.json') diff --git a/items/GOLDEN_CARROT.json b/items/GOLDEN_CARROT.json index 8285f8d4..3496f11f 100644 --- a/items/GOLDEN_CARROT.json +++ b/items/GOLDEN_CARROT.json @@ -1,17 +1,24 @@ { "itemid": "minecraft:golden_carrot", "displayname": "§fGolden Carrot", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§8Brewing Ingredient\",1:\"§f§lCOMMON\"],Name:\"§fGolden Carrot\"},ExtraAttributes:{id:\"GOLDEN_CARROT\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fGolden Carrot\"},ExtraAttributes:{id:\"GOLDEN_CARROT\"}}", "damage": 0, "lore": [ - "§8Brewing Ingredient", "§f§lCOMMON" ], "internalname": "GOLDEN_CARROT", - "clickcommand": "", - "modver": "1.0.0", - "infoType": "WIKI_URL", - "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Golden_Carrot" - ] + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "GOLD_NUGGET:1", + "A2": "GOLD_NUGGET:1", + "A3": "GOLD_NUGGET:1", + "B1": "GOLD_NUGGET:1", + "B2": "CARROT_ITEM:1", + "B3": "GOLD_NUGGET:1", + "C1": "GOLD_NUGGET:1", + "C2": "GOLD_NUGGET:1", + "C3": "GOLD_NUGGET:1" + } } \ No newline at end of file -- cgit