diff options
Diffstat (limited to 'items/GOLD_HOE.json')
-rw-r--r-- | items/GOLD_HOE.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/items/GOLD_HOE.json b/items/GOLD_HOE.json new file mode 100644 index 00000000..1ec59f8a --- /dev/null +++ b/items/GOLD_HOE.json @@ -0,0 +1,19 @@ +{ + "internalname": "GOLD_HOE", + "itemid": "minecraft:golden_hoe", + "displayname": "Golden Hoe", + "clickcommand": "", + "damage": 0, + "nbttag": "{ench:[],Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§9Harvesting V\",1:\"§7Grants a §a62.5% §7chance to\",2:\"§7harvest double crops.\",3:\"§9Telekinesis I\",4:\"§7Block and mob drops go directly\",5:\"§7into your inventory.\",6:\"\",7:\"§f§lCOMMON HOE\"],Name:\"§fGolden Hoe\"},ExtraAttributes:{id:\"GOLD_HOE\",enchantments:{harvesting:5,telekinesis:1}}}", + "modver": "1.0.0", + "lore": [ + "§9Harvesting V", + "§7Grants a §a62.5% §7chance to", + "§7harvest double crops.", + "§9Telekinesis I", + "§7Block and mob drops go directly", + "§7into your inventory.", + "", + "§f§lCOMMON HOE" + ] +}
\ No newline at end of file |