1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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"
]
}
|