1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
{
"internalname": "EXPLOSIVE_BOW",
"itemid": "minecraft:bow",
"displayname": "Explosive Bow",
"clickcommand": "viewrecipe",
"damage": 0,
"nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+100\",1:\"§7Strength: §c+20\",2:\"\",3:\"§6Item Ability: Explosive\",4:\"§7Creates an explosion on impact!\",5:\"§7Every Monster caught in this\",6:\"§7explosion takes the full damage\",7:\"§7of the weapon!\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§5§lEPIC BOW\"],Name:\"§5Explosive Bow\"},ExtraAttributes:{originTag:\"QUICK_CRAFTING\",id:\"EXPLOSIVE_BOW\",uuid:\"8da789ff-c756-409a-b5a6-e1e5a259fa38\",timestamp:\"3/30/20 8:37 PM\"}}",
"modver": "1.0.0",
"lore": [
"§7Damage: §c+100",
"§7Strength: §c+20",
"",
"§6Item Ability: Explosive",
"§7Creates an explosion on impact!",
"§7Every Monster caught in this",
"§7explosion takes the full damage",
"§7of the weapon!",
"",
"§7§8This item can be reforged!",
"§5§lEPIC BOW"
]
}
|