From 92aad05f4afe70f0ab4c2fc9fe6d4d5f6423b4b4 Mon Sep 17 00:00:00 2001 From: "Mr.Nightmare" <44095205+MrNightmare03@users.noreply.github.com> Date: Tue, 17 Jan 2023 12:56:48 +0100 Subject: Made enchanted books source more consistent and some small fixes (#886) --- items/DELICATE;5.json | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'items/DELICATE;5.json') diff --git a/items/DELICATE;5.json b/items/DELICATE;5.json index b80cea56..ae735ab0 100644 --- a/items/DELICATE;5.json +++ b/items/DELICATE;5.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§aEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Delicate V\",1:\"§7Avoids breaking stems and baby\",2:\"§7crops.\",3:\"\",4:\"§e▲ §7Delicate cannot be combined!\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§a§lUNCOMMON\"],Name:\"§aEnchanted Book\"},ExtraAttributes:{id:\"DELICATE;5\",enchantments:{delicate:5}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Delicate V\",1:\"§7Avoids breaking stems and baby\",2:\"§7crops.\",3:\"\",4:\"§e▲ §7Delicate cannot be combined!\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§6Source:\",9:\"§aV: §7Anita\",10:\"\",11:\"§6Applied To:\",12:\"§7- §fHoe\",13:\"§7- §fAxe\",14:\"\",15:\"§a§lUNCOMMON\"],Name:\"§aEnchanted Book\"},ExtraAttributes:{id:\"DELICATE;5\",enchantments:{delicate:5}}}", "damage": 0, "lore": [ "§9Delicate V", @@ -12,11 +12,18 @@ "§7Use this on an item in an Anvil", "§7to apply it!", "", + "§6Source:", + "§aV: §7Anita", + "", + "§6Applied To:", + "§7- §fHoe", + "§7- §fAxe", + "", "§a§lUNCOMMON" ], "internalname": "DELICATE;5", "crafttext": "", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "" -} +} \ No newline at end of file -- cgit