From 88310a174871a22216cd17270d5d2e307413f5ad Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Thu, 8 Apr 2021 15:43:53 +0200 Subject: Mobs Part 3 and fixes (#457) * Item Things (Fixes and Updates) * Added Dungeon Mobs, changed a few Mobs to Skulls, added Info to like 2 Mobs --- items/SPONGE_ROD.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'items/SPONGE_ROD.json') diff --git a/items/SPONGE_ROD.json b/items/SPONGE_ROD.json index b8714614..622c64aa 100644 --- a/items/SPONGE_ROD.json +++ b/items/SPONGE_ROD.json @@ -1,10 +1,11 @@ { "itemid": "minecraft:fishing_rod", "displayname": "§fSponge Rod", - "nbttag": "{Unbreakable:1,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:\"§4❣ §cRequires §aFishing Skill 5\",9:\"§f§lCOMMON FISHING ROD\"],Name:\"§fSponge Rod\"},ExtraAttributes:{id:\"SPONGE_ROD\"}}", + "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+20\",1:\"§7Strength: §c+15\",2:\"\",3:\"§7This fishing rod grants a\",4:\"§7§a20%§7 chance to catch Sponge.\",5:\"\",6:\"§7Increases fishing speed by §920%\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§4❣ §cRequires §aFishing Skill 5\",10:\"§f§lCOMMON FISHING ROD\"],Name:\"§fSponge Rod\"},ExtraAttributes:{id:\"SPONGE_ROD\"}}", "damage": 0, "lore": [ "§7Damage: §c+20", + "§7Strength: §c+15", "", "§7This fishing rod grants a", "§7§a20%§7 chance to catch Sponge.", -- cgit