diff options
author | unknown <james.jenour@protonmail.com> | 2020-03-31 22:49:36 +1100 |
---|---|---|
committer | unknown <james.jenour@protonmail.com> | 2020-03-31 22:49:36 +1100 |
commit | 94b15eb4edf2ead41d16231a26a0e8572f0e88f7 (patch) | |
tree | e2bf7bc073f6036a85b58e4fad687afd63484567 /items/GOLD_HOE.json | |
download | NotEnoughUpdates-REPO-94b15eb4edf2ead41d16231a26a0e8572f0e88f7.tar.gz NotEnoughUpdates-REPO-94b15eb4edf2ead41d16231a26a0e8572f0e88f7.tar.bz2 NotEnoughUpdates-REPO-94b15eb4edf2ead41d16231a26a0e8572f0e88f7.zip |
MASSIVE update
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 |