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_CACTUS;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_CACTUS;1.json')
-rw-r--r-- | items/TURBO_CACTUS;1.json | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/items/TURBO_CACTUS;1.json b/items/TURBO_CACTUS;1.json index f50cb8bb..e3f48d3d 100644 --- a/items/TURBO_CACTUS;1.json +++ b/items/TURBO_CACTUS;1.json @@ -1,12 +1,11 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§fEnchanted Book", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Turbo-Cacti I\",1:\"§7Grants §a+5 §6☘ Farming Fortune\",2:\"§6§7when breaking cactus§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:\"§7- §fAxe\",13:\"\",14:\"§f§lCOMMON\"],Name:\"§f§f§fEnchanted Book\"},ExtraAttributes:{id:\"TURBO_CACTUS;1\",enchantments:{turbo_cactus:1}},AttributeModifiers:[]}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Turbo-Cacti I\",1:\"§7Grants §6+5☘ Cactus 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:\"§7- §fAxe\",12:\"\",13:\"§f§lCOMMON\"],Name:\"§f§f§fEnchanted Book\"},ExtraAttributes:{id:\"TURBO_CACTUS;1\",enchantments:{turbo_cactus:1}},AttributeModifiers:[]}", "damage": 0, "lore": [ "§9Turbo-Cacti I", - "§7Grants §a+5 §6☘ Farming Fortune", - "§6§7when breaking cactus§7.§r§7", + "§7Grants §6+5☘ Cactus Fortune§7.", "", "§7Use this on an item in an Anvil", "§7to apply it!", @@ -23,6 +22,6 @@ "internalname": "TURBO_CACTUS;1", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "" }
\ No newline at end of file |