From abe9292c1f44cca735dd92474558a23348de203c Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Sat, 7 Nov 2020 19:08:26 -0500 Subject: Hopefully Updated Manually --- items/THEORETICAL_HOE_CARROT_1.json | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 items/THEORETICAL_HOE_CARROT_1.json (limited to 'items/THEORETICAL_HOE_CARROT_1.json') diff --git a/items/THEORETICAL_HOE_CARROT_1.json b/items/THEORETICAL_HOE_CARROT_1.json new file mode 100644 index 00000000..cf7f5be2 --- /dev/null +++ b/items/THEORETICAL_HOE_CARROT_1.json @@ -0,0 +1,33 @@ +{ + "itemid": "minecraft:stone_hoe", + "displayname": "§fGauss Carrot Hoe", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Harvest §a+10% carrot\",1:\"§7Gain §a+1% §7Farming Exp\",2:\"\",3:\"§7Counter: §e0 Carrots\",4:\"\",5:\"§8Reach 100k Counter for +1 Rarity!\",6:\"\",7:\"§6Right-click to view upgrade recipe!\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§f§lCOMMON HOE\"],Name:\"§fGauss Carrot Hoe\"},ExtraAttributes:{id:\"THEORETICAL_HOE_CARROT_1\"}}", + "damage": 0, + "lore": [ + "§7Harvest §a+10% carrot", + "§7Gain §a+1% §7Farming Exp", + "", + "§7Counter: §e0 Carrots", + "", + "§8Reach 100k Counter for +1 Rarity!", + "", + "§6Right-click to view upgrade recipe!", + "", + "§7§8This item can be reforged!", + "§f§lCOMMON HOE" + ], + "recipe": { + "A1": "CARROT_ITEM:64", + "A2": "CARROT_ITEM:64", + "A3": "CARROT_ITEM:64", + "B1": "CARROT_ITEM:64", + "B2": "THEORETICAL_HOE:1", + "B3": "CARROT_ITEM:64", + "C1": "CARROT_ITEM:64", + "C2": "CARROT_ITEM:64", + "C3": "CARROT_ITEM:64" + }, + "internalname": "THEORETICAL_HOE_CARROT_1", + "clickcommand": "viewrecipe", + "modver": "1.5-REL" +} \ No newline at end of file -- cgit