diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-04-24 15:45:47 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-24 15:45:47 -0400 |
commit | a4b05933e2ea9d535f984ec28624f09c1e577eb3 (patch) | |
tree | 9ba5b89d20a6674bcb64cefc5329b8fb47bef94e /items/EXPERTISE;1.json | |
parent | 7899bd5bae6b5a7df6f681898e535a902e608f26 (diff) | |
parent | b6302cf45d6b6da8e07908307b3b520b5a91be00 (diff) | |
download | NotEnoughUpdates-REPO-a4b05933e2ea9d535f984ec28624f09c1e577eb3.tar.gz NotEnoughUpdates-REPO-a4b05933e2ea9d535f984ec28624f09c1e577eb3.tar.bz2 NotEnoughUpdates-REPO-a4b05933e2ea9d535f984ec28624f09c1e577eb3.zip |
Merge pull request #473 from jani270/Books
Updated all Enchanted Books + Fix + Rainbow Names + Reforge Stone
Diffstat (limited to 'items/EXPERTISE;1.json')
-rw-r--r-- | items/EXPERTISE;1.json | 22 |
1 files changed, 19 insertions, 3 deletions
diff --git a/items/EXPERTISE;1.json b/items/EXPERTISE;1.json index f477e1dc..73cb143e 100644 --- a/items/EXPERTISE;1.json +++ b/items/EXPERTISE;1.json @@ -1,24 +1,40 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Expertise I\",1:\"§7Gain §a2% §7extra Fishing exp\",2:\"§7and increases Sea Creatures\",3:\"§7spawn chance by §e1%§7.\",4:\"§850 kills to tier up!\",5:\"\",6:\"§e▲ §7Expertise cannot be combined!\",7:\"§7Use this on an item in an Anvil\",8:\"§7to apply it!\",9:\"\",10:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"EXPERTISE;1\",enchantments:{expertise:1}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Expertise I\",1:\"§7Gain §a2% §7extra Fishing exp\",2:\"§7and increases Sea Creatures\",3:\"§7spawn chance by §e1%§7.\",4:\"\",5:\"§8Kill 50 Sea Creatures for Tier II\",6:\"§8Kill 100 Sea Creatures for Tier III\",7:\"§8Kill 250 Sea Creatures for Tier IV\",8:\"§8Kill 500 Sea Creatures for Tier V\",9:\"§8Kill 1k Sea Creatures for Tier VI\",10:\"§8Kill 2k Sea Creatures for Tier VII\",11:\"§8Kill 5k Sea Creatures for Tier VIII\",12:\"§8Kill 10k Sea Creatures for Tier IX\",13:\"§8Kill 15k Sea Creatures for Tier X\",14:\"\",15:\"§e▲ §7Expertise cannot be combined!\",16:\"§7Use this on an item in an Anvil\",17:\"§7to apply it!\",18:\"\",19:\"§6Source:\",20:\"§aI: §7Community Shop\",21:\"\",22:\"§6Applied To:\",23:\"§7- §fFishing Rod\",24:\"§7- §fFishing Weapon\",25:\"\",26:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"EXPERTISE;1\",enchantments:{expertise:1}}}", "damage": 0, "lore": [ "§9Expertise I", "§7Gain §a2% §7extra Fishing exp", "§7and increases Sea Creatures", "§7spawn chance by §e1%§7.", - "§850 kills to tier up!", + "", + "§8Kill 50 Sea Creatures for Tier II", + "§8Kill 100 Sea Creatures for Tier III", + "§8Kill 250 Sea Creatures for Tier IV", + "§8Kill 500 Sea Creatures for Tier V", + "§8Kill 1k Sea Creatures for Tier VI", + "§8Kill 2k Sea Creatures for Tier VII", + "§8Kill 5k Sea Creatures for Tier VIII", + "§8Kill 10k Sea Creatures for Tier IX", + "§8Kill 15k Sea Creatures for Tier X", "", "§e▲ §7Expertise cannot be combined!", "§7Use this on an item in an Anvil", "§7to apply it!", "", + "§6Source:", + "§aI: §7Community Shop", + "", + "§6Applied To:", + "§7- §fFishing Rod", + "§7- §fFishing Weapon", + "", "§f§lCOMMON" ], "internalname": "EXPERTISE;1", "crafttext": "", "clickcommand": "", - "modver": "1.3-REL", + "modver": "2.0.0-REL", "infoType": "" }
\ No newline at end of file |