diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-01-20 18:43:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-20 12:43:06 -0500 |
commit | 07c2cf843213ca97782368475d6cfc6dc34a1254 (patch) | |
tree | d533f53396da1105143b088277b49c4c763e65b1 /items/FORTUNE;1.json | |
parent | 130bca8b4d97ea2e812fe500f13f6df5b57e2d27 (diff) | |
download | NotEnoughUpdates-REPO-07c2cf843213ca97782368475d6cfc6dc34a1254.tar.gz NotEnoughUpdates-REPO-07c2cf843213ca97782368475d6cfc6dc34a1254.tar.bz2 NotEnoughUpdates-REPO-07c2cf843213ca97782368475d6cfc6dc34a1254.zip |
Hypixel is weird - Fixed Books - Fixed Souls - Added Reqs and a Drill (#368)
* "Fixed" Turbo Books
* "Fixed" Books
* Added Drill, "Fixed" Talisman, Added Req for the Drill
* Fixed 3 Fairy Souls
Diffstat (limited to 'items/FORTUNE;1.json')
-rw-r--r-- | items/FORTUNE;1.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/items/FORTUNE;1.json b/items/FORTUNE;1.json index a37d7cc7..f91a4e65 100644 --- a/items/FORTUNE;1.json +++ b/items/FORTUNE;1.json @@ -1,13 +1,13 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§fEnchanted Book", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Fortune III\",1:\"§7Increases your chance to gain\",2:\"§7double drops when mining by\",3:\"§7§a10%§7.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§f§lCOMMON\"],Name:\"§f§f§fEnchanted Book\"},ExtraAttributes:{originTag:\"QUICK_CRAFTING\",id:\"FORTUNE;1\",enchantments:{fortune:1},uuid:\"d02e4acd-983e-4b21-baf6-efe90afab335\",timestamp:\"10/5/20 7:02 PM\"},AttributeModifiers:[]}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Fortune I\",1:\"§7Grants §a+10 §6☘ Mining\",2:\"§6Fortune§7, which increases your\",3:\"§7chance for multiple drops.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§f§lCOMMON\"],Name:\"§f§f§fEnchanted Book\"},ExtraAttributes:{originTag:\"QUICK_CRAFTING\",id:\"FORTUNE;1\",enchantments:{fortune:1},uuid:\"d02e4acd-983e-4b21-baf6-efe90afab335\"},AttributeModifiers:[]}", "damage": 0, "lore": [ "§9Fortune I", - "§7Increases your chance to gain", - "§7double drops when mining by", - "§7§a10%§7.", + "§7Grants §a+10 §6☘ Mining", + "§6Fortune§7, which increases your", + "§7chance for multiple drops.", "", "§7Use this on an item in an Anvil", "§7to apply it!", @@ -18,6 +18,6 @@ "parent": "FORTUNE;2", "crafttext": "", "clickcommand": "", - "modver": "1.3-REL", + "modver": "1.7.1-REL", "infoType": "" }
\ No newline at end of file |