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/TURBO_CANE;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/TURBO_CANE;1.json')
-rw-r--r-- | items/TURBO_CANE;1.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/items/TURBO_CANE;1.json b/items/TURBO_CANE;1.json index 633d91a4..0dd8e3c0 100644 --- a/items/TURBO_CANE;1.json +++ b/items/TURBO_CANE;1.json @@ -1,12 +1,12 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Turbo-Cane I\",1:\"§7Increases double-drop chance\",2:\"§7of sugar cane by §a+5%§7.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"TURBO_CANE;1\",enchantments:{turbo_cane:1},uuid:\"41296a8f-abae-4368-9ac6-9abbb2870ae4\",timestamp:\"11/8/20 12:35 PM\"}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Turbo-Cane I\",1:\"§7Grants §a+5 §6☘ Farming Fortune\",2:\"§6§7when breaking sugar cane§7.§r§7\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"TURBO_CANE;1\",enchantments:{turbo_cane:1},uuid:\"41296a8f-abae-4368-9ac6-9abbb2870ae4\"}}", "damage": 0, "lore": [ "§9Turbo-Cane I", - "§7Increases double-drop chance", - "§7of sugar cane by §a+5%§7.", + "§7Grants §a+5 §6☘ Farming Fortune", + "§6§7when breaking sugar cane§7.§r§7", "", "§7Use this on an item in an Anvil", "§7to apply it!", @@ -16,6 +16,6 @@ "internalname": "TURBO_CANE;1", "crafttext": "", "clickcommand": "", - "modver": "1.5-REL", + "modver": "1.7.1-REL", "infoType": "" }
\ No newline at end of file |