From 59f892186059d909d8c4da2f77034c6aa7384d67 Mon Sep 17 00:00:00 2001 From: BuildTools Date: Fri, 10 Jul 2020 00:46:38 +1000 Subject: more dungeons garbo --- items/FRAIL.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'items/FRAIL.json') diff --git a/items/FRAIL.json b/items/FRAIL.json index 18476d2c..40bf3f6d 100644 --- a/items/FRAIL.json +++ b/items/FRAIL.json @@ -1,17 +1,17 @@ { "itemid": "minecraft:enchanted_book", - "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Frail IV\",1:\"§7Sea creatures start with §a20%§7\",2:\"§7reduced health.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{frail:4}}}", + "displayname": "§9Enchanted Book", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Frail VI\",1:\"§7Sea creatures start with §a30%§7\",2:\"§7reduced health.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§9§lRARE\"],Name:\"§9Enchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{frail:6}}}", "damage": 0, "lore": [ - "§9Frail IV", - "§7Sea creatures start with §a20%§7", + "§9Frail VI", + "§7Sea creatures start with §a30%§7", "§7reduced health.", "", "§7Use this on an item in an Anvil", "§7to apply it!", "", - "§f§lCOMMON" + "§9§lRARE" ], "recipe": { "A1": "WATER_LILY:40", -- cgit