1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
{
"internalname": "SPONGE_ROD",
"itemid": "minecraft:fishing_rod",
"displayname": "Sponge Rod",
"clickcommand": "viewrecipe",
"damage": 0,
"nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+20\",1:\"\",2:\"§7This fishing rod grants a\",3:\"§7§a20%§7 chance to catch Sponge.\",4:\"\",5:\"§7Increases fishing speed by §920%\",6:\"\",7:\"§7§8This item can be reforged!\",8:\"§f§lCOMMON FISHING ROD\"],Name:\"§fSponge Rod\"},ExtraAttributes:{originTag:\"QUICK_CRAFTING\",id:\"SPONGE_ROD\",uuid:\"83f1ba44-76a8-4dd9-8fd9-a62bdc58faf6\",timestamp:\"3/30/20 11:49 PM\"}}",
"modver": "1.0.0",
"lore": [
"§7Damage: §c+20",
"",
"§7This fishing rod grants a",
"§7§a20%§7 chance to catch Sponge.",
"",
"§7Increases fishing speed by §920%",
"",
"§7§8This item can be reforged!",
"§f§lCOMMON FISHING ROD"
]
}
|