From 11ad0bd074e92e1ccfd6b45880d592d628734def Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Tue, 16 Apr 2024 22:48:01 +0200 Subject: Added 2 missing dyes and some misc fixes (#1164) * Added 2 missing dyes and some misc fixes * Remove scatha recipe --- items/FRAIL;1.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'items/FRAIL;1.json') diff --git a/items/FRAIL;1.json b/items/FRAIL;1.json index 7d7b101b..0bdf9581 100644 --- a/items/FRAIL;1.json +++ b/items/FRAIL;1.json @@ -1,11 +1,11 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Frail I\",1:\"§7Sea creatures start with §a5%§7\",2:\"§7reduced health.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§6Source:\",8:\"§aI-V: §7Enchantment Table,\",9:\"§7Clay Collection\",10:\"\",11:\"§6Applied To:\",12:\"§7- §fFishing Rod\",13:\"§7- §fFishing Weapon\",14:\"\",15:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"FRAIL;1\",enchantments:{frail:1}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Frail I\",1:\"§7Sea creatures start with §a2.5%§7\",2:\"§7reduced health.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§6Source:\",8:\"§aI-V: §7Enchantment Table,\",9:\"§7Clay Collection\",10:\"\",11:\"§6Applied To:\",12:\"§7- §fFishing Rod\",13:\"§7- §fFishing Weapon\",14:\"\",15:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"FRAIL;1\",enchantments:{frail:1}}}", "damage": 0, "lore": [ "§9Frail I", - "§7Sea creatures start with §a5%§7", + "§7Sea creatures start with §a2.5%§7", "§7reduced health.", "", "§7Use this on an item in an Anvil", @@ -24,7 +24,7 @@ "internalname": "FRAIL;1", "parent": "FRAIL;4", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "", "crafttext": "", "infoType": "" -} +} \ No newline at end of file -- cgit