diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-11-23 15:55:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-23 15:55:17 +0100 |
commit | dc710886048e9e92f32f020764e9052474793ff3 (patch) | |
tree | d54670b46fb887c67bfbfc4ae03f4f79f6e26d60 /items/MAGMA_ROD.json | |
parent | 7471c374b676edd4b9da22dbc752ad365ce5c9b6 (diff) | |
download | NotEnoughUpdates-REPO-dc710886048e9e92f32f020764e9052474793ff3.tar.gz NotEnoughUpdates-REPO-dc710886048e9e92f32f020764e9052474793ff3.tar.bz2 NotEnoughUpdates-REPO-dc710886048e9e92f32f020764e9052474793ff3.zip |
Fixed some reforgesstones and other items/npc (#865)
* Fixed some reforgesstones and other items/npc
* Fixed Moogma Drops and added ench to bow
* Fixed reqs
* Fixed Tiger
idk how to cherry pick idc
Co-Authored-By: Roman / Linnea Gräf <roman.graef@gmail.com>
* :chicken:
Co-authored-by: Roman / Linnea Gräf <roman.graef@gmail.com>
Diffstat (limited to 'items/MAGMA_ROD.json')
-rw-r--r-- | items/MAGMA_ROD.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/items/MAGMA_ROD.json b/items/MAGMA_ROD.json index b1a4ea49..06d14af3 100644 --- a/items/MAGMA_ROD.json +++ b/items/MAGMA_ROD.json @@ -1,7 +1,7 @@ { "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:\"§7Fishing Speed: §a+40\",6:\"\",7:\"§7§7Increases the chance to catch\",8:\"§7§6Trophy Fish §7by §a10%\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§7§4❣ §cRequires §aFishing Skill 27.\",12:\"§9§lRARE FISHING ROD\"],Name:\"§9Magma Rod\"},ExtraAttributes:{id:\"MAGMA_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:\"§7Fishing Speed: §a+40\",6:\"\",7:\"§7§7Increases the chance to catch\",8:\"§7§6Trophy Fish §7by §a10%\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§7§4❣ §cRequires §aFishing Skill 27§c.\",12:\"§9§lRARE FISHING ROD\"],Name:\"§9Magma Rod\"},ExtraAttributes:{id:\"MAGMA_ROD\"}}", "damage": 0, "lore": [ "§8Lava Rod", @@ -15,7 +15,7 @@ "§7§6Trophy Fish §7by §a10%", "", "§7§8This item can be reforged!", - "§7§4❣ §cRequires §aFishing Skill 27.", + "§7§4❣ §cRequires §aFishing Skill 27§c.", "§9§lRARE FISHING ROD" ], "recipe": { |