diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-01-24 21:46:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-24 20:46:55 +0000 |
commit | 8abe6e790292d4e1c5c4a02b4d09ed6d17c51e9d (patch) | |
tree | 46dd3ce101c5b2d5004fe47f369d6632157e1e6c /items/TURBO_CANE;1.json | |
parent | b06bc12ac8c00343d9d3f35860593d72c7a95bf3 (diff) | |
download | NotEnoughUpdates-REPO-8abe6e790292d4e1c5c4a02b4d09ed6d17c51e9d.tar.gz NotEnoughUpdates-REPO-8abe6e790292d4e1c5c4a02b4d09ed6d17c51e9d.tar.bz2 NotEnoughUpdates-REPO-8abe6e790292d4e1c5c4a02b4d09ed6d17c51e9d.zip |
Fixed lore of turbo enchants, added geo, fixed 2 dagger (#1091)
Diffstat (limited to 'items/TURBO_CANE;1.json')
-rw-r--r-- | items/TURBO_CANE;1.json | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/items/TURBO_CANE;1.json b/items/TURBO_CANE;1.json index 6e295b47..2cf6bf8a 100644 --- a/items/TURBO_CANE;1.json +++ b/items/TURBO_CANE;1.json @@ -1,12 +1,11 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "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:\"§6Source:\",8:\"§aI-V: §7Jacobs Farming contest\",9:\"\",10:\"§6Applied To:\",11:\"§7- §fHoe\",12:\"\",13:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"TURBO_CANE;1\",enchantments:{turbo_cane:1}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Turbo-Cane I\",1:\"§7Grants §6+5☘ Sugar Cane Fortune§7.\",2:\"\",3:\"§7Use this on an item in an Anvil\",4:\"§7to apply it!\",5:\"\",6:\"§6Source:\",7:\"§aI-V: §7Jacobs Farming contest\",8:\"\",9:\"§6Applied To:\",10:\"§7- §fHoe\",11:\"\",12:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"TURBO_CANE;1\",enchantments:{turbo_cane:1}}}", "damage": 0, "lore": [ "§9Turbo-Cane I", - "§7Grants §a+5 §6☘ Farming Fortune", - "§6§7when breaking sugar cane§7.§r§7", + "§7Grants §6+5☘ Sugar Cane Fortune§7.", "", "§7Use this on an item in an Anvil", "§7to apply it!", @@ -22,6 +21,6 @@ "internalname": "TURBO_CANE;1", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "" }
\ No newline at end of file |