diff options
Diffstat (limited to 'items/MAGMA_ROD.json')
-rw-r--r-- | items/MAGMA_ROD.json | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/items/MAGMA_ROD.json b/items/MAGMA_ROD.json new file mode 100644 index 00000000..288719ad --- /dev/null +++ b/items/MAGMA_ROD.json @@ -0,0 +1,37 @@ +{ + "itemid": "minecraft:fishing_rod", + "displayname": "§9Magma Rod", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§8Lava Rod\",1:\"\",2:\"§7Damage: §c+150\",3:\"§7Strength: §c+150\",4:\"§7Sea Creature Chance: §c+6%\",5:\"\",6:\"§7§7Increases the chance to catch\",7:\"§7§6Trophy Fish §7by §a10%\",8:\"\",9:\"§7Increases fishing speed by §925%\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§9§lRARE FISHING ROD\"],Name:\"§9Magma Rod\"},ExtraAttributes:{id:\"MAGMA_ROD\"}}", + "damage": 0, + "lore": [ + "§8Lava Rod", + "", + "§7Damage: §c+150", + "§7Strength: §c+150", + "§7Sea Creature Chance: §c+6%", + "", + "§7§7Increases the chance to catch", + "§7§6Trophy Fish §7by §a10%", + "", + "§7Increases fishing speed by §925%", + "", + "§7§8This item can be reforged!", + "§9§lRARE FISHING ROD" + ], + "recipe": { + "A1": "", + "A2": "", + "A3": "STICK:1", + "B1": "", + "B2": "STICK:1", + "B3": "MAGMA_FISH_SILVER:5", + "C1": "STICK:1", + "C2": "", + "C3": "MAGMA_FISH_SILVER:5" + }, + "internalname": "MAGMA_ROD", + "crafttext": "Requires: Magmafish IV", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file |