diff options
author | BuildTools <james.jenour@protonmail.com> | 2020-07-10 00:46:38 +1000 |
---|---|---|
committer | BuildTools <james.jenour@protonmail.com> | 2020-07-10 00:46:38 +1000 |
commit | 59f892186059d909d8c4da2f77034c6aa7384d67 (patch) | |
tree | 8a7265777d0213f03e87cea429031bd1862af493 /items/EFFICIENCY.json | |
parent | 2ebf7137e1827cfb5e4e2bd7f0bb1ca04971507b (diff) | |
download | NotEnoughUpdates-REPO-59f892186059d909d8c4da2f77034c6aa7384d67.tar.gz NotEnoughUpdates-REPO-59f892186059d909d8c4da2f77034c6aa7384d67.tar.bz2 NotEnoughUpdates-REPO-59f892186059d909d8c4da2f77034c6aa7384d67.zip |
more dungeons garbo
Diffstat (limited to 'items/EFFICIENCY.json')
-rw-r--r-- | items/EFFICIENCY.json | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/items/EFFICIENCY.json b/items/EFFICIENCY.json index fd119434..677bf731 100644 --- a/items/EFFICIENCY.json +++ b/items/EFFICIENCY.json @@ -1,17 +1,21 @@ { "itemid": "minecraft:enchanted_book", - "displayname": "§fEnchanted Book", - "nbttag": "{ench:[0:{lvl:4s,id:32s}],HideFlags:254,display:{Lore:[0:\"§9Efficiency IV\",1:\"§7Increases how quickly your tool\",2:\"§7breaks blocks.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{efficiency:4}}}", + "displayname": "§aEnchanted Book", + "nbttag": "{ench:[0:{lvl:5,id:32}],HideFlags:254,display:{Lore:[0:\"§9Efficiency V\",1:\"§7Increases how quickly your tool\",2:\"§7breaks blocks.\",3:\"§9Fortune III\",4:\"§7Increases your chance to gain\",5:\"§7double drops when mining by\",6:\"§7§a30%§7.\",7:\"\",8:\"§7Use this on an item in an Anvil\",9:\"§7to apply it!\",10:\"\",11:\"§a§lUNCOMMON\"],Name:\"§aEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{efficiency:5,fortune:3}}}", "damage": 0, "lore": [ - "§9Efficiency IV", + "§9Efficiency V", "§7Increases how quickly your tool", "§7breaks blocks.", + "§9Fortune III", + "§7Increases your chance to gain", + "§7double drops when mining by", + "§7§a30%§7.", "", "§7Use this on an item in an Anvil", "§7to apply it!", "", - "§f§lCOMMON" + "§a§lUNCOMMON" ], "recipe": { "A1": "", |