diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-03-13 11:02:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-13 21:02:24 +1100 |
commit | 76709c07406646bb2da7b10abbafef7d9be71709 (patch) | |
tree | e63f07e71b8ddae1cad60ddde5e1180fbc2e06cb /items/PISCARY;2.json | |
parent | fa9bdbf8e35f6d0affae541a5787f411401c5461 (diff) | |
download | NotEnoughUpdates-REPO-76709c07406646bb2da7b10abbafef7d9be71709.tar.gz NotEnoughUpdates-REPO-76709c07406646bb2da7b10abbafef7d9be71709.tar.bz2 NotEnoughUpdates-REPO-76709c07406646bb2da7b10abbafef7d9be71709.zip |
Fixed legion and farmer boots lore (#906)
Diffstat (limited to 'items/PISCARY;2.json')
-rw-r--r-- | items/PISCARY;2.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/items/PISCARY;2.json b/items/PISCARY;2.json index c67c03c0..b866c3c2 100644 --- a/items/PISCARY;2.json +++ b/items/PISCARY;2.json @@ -1,10 +1,10 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Piscary 2\",1:\"§7Grants §b+2☂ Fishing Speed§7.\",2:\"\",3:\"§7Use this on an item in an Anvil\",4:\"§7to apply it!\",5:\"\",6:\"§6Source:\",7:\"§aI-V: §7Enchantment Table\",8:\"\",9:\"§6Applied To:\",10:\"§7- §FFishing Rod\",11:\"§7- §fFishing Weapon\",12:\"\",13:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"PISCARY;2\",enchantments:{piscary:2}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Piscary II\",1:\"§7Grants §b+2☂ Fishing Speed§7.\",2:\"\",3:\"§7Use this on an item in an Anvil\",4:\"§7to apply it!\",5:\"\",6:\"§6Source:\",7:\"§aI-V: §7Enchantment Table\",8:\"\",9:\"§6Applied To:\",10:\"§7- §FFishing Rod\",11:\"§7- §fFishing Weapon\",12:\"\",13:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"PISCARY;2\",enchantments:{piscary:2}}}", "damage": 0, "lore": [ - "§9Piscary 2", + "§9Piscary II", "§7Grants §b+2☂ Fishing Speed§7.", "", "§7Use this on an item in an Anvil", @@ -22,6 +22,6 @@ "internalname": "PISCARY;2", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "" }
\ No newline at end of file |