From 8abe6e790292d4e1c5c4a02b4d09ed6d17c51e9d Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Wed, 24 Jan 2024 21:46:55 +0100 Subject: Fixed lore of turbo enchants, added geo, fixed 2 dagger (#1091) --- items/TURBO_CACTUS;1.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'items/TURBO_CACTUS;1.json') 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 -- cgit