1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
{
"itemid": "minecraft:iron_hoe",
"displayname": "§9Frozen Scythe",
"nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+80\",1:\"\",2:\"§6Item Ability: Ice Bolt §e§lRIGHT CLICK\",3:\"§7Shoots §61 §7Ice Bolt that deals\",4:\"§7§c100 §7damage and slows enemies\",5:\"§7hit for §e5 §7seconds!\",6:\"§8Mana Cost: §350\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§9§lRARE SWORD\",10:\"\",11:\"§eClick to view recipe!\"],Name:\"§9Frozen Scythe\"},ExtraAttributes:{id:\"FROZEN_SCYTHE\"}}",
"damage": 0,
"lore": [
"§7Damage: §c+80",
"",
"§6Item Ability: Ice Bolt §e§lRIGHT CLICK",
"§7Shoots §61 §7Ice Bolt that deals",
"§7§c100 §7damage and slows enemies",
"§7hit for §e5 §7seconds!",
"§8Mana Cost: §350",
"",
"§7§8This item can be reforged!",
"§9§lRARE SWORD"
],
"internalname": "FROZEN_SCYTHE",
"clickcommand": "viewrecipe",
"modver": "1.0.0"
}
|