From 968bb2a232c535234ef994f53a85abd04cf23618 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Mon, 26 Sep 2022 10:06:23 +0200 Subject: Fixed a few (81) items (#828) * Fixed a few (21) pets * Fixed another (1) pet * Fixed Alert Flare recipe * Fixed ench coal * Fixed ench charcoal * Fixed Farm Armours * Fixed a few (48) reforge stones Combinable in Reforge Anvil * Fixed more (6) items --- items/HARDENED_WOOD.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'items/HARDENED_WOOD.json') diff --git a/items/HARDENED_WOOD.json b/items/HARDENED_WOOD.json index cc88096f..67c07ada 100644 --- a/items/HARDENED_WOOD.json +++ b/items/HARDENED_WOOD.json @@ -1,15 +1,15 @@ { "itemid": "minecraft:skull", "displayname": "§aHardened Wood", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"f673dd39-b745-3afb-a2f9-ac4b81aa75ac\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYmEzZGExNzExOWM0Y2EwNmVkMGVkOWFhMGQ5MzUyNzEyZWUwMjEwODU0ODRlOTljYzFjOTQzOWQ2YWJjZjdmZiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"\",2:\"§7Can be used in a Reforge Anvil\",3:\"§7or with the Dungeon Blacksmith\",4:\"§7to apply the §9Stiff §7reforge\",5:\"§7to a fishing rod.\",6:\"\",7:\"§7Requires §aMining Skill Level\",8:\"§aXII§7!\",9:\"\",10:\"§a§lUNCOMMON REFORGE STONE\"],Name:\"§aHardened Wood\"},ExtraAttributes:{originTag:\"SHOP_PURCHASE\",id:\"HARDENED_WOOD\",entity_required:\"OASIS_SHEEP\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"f673dd39-b745-3afb-a2f9-ac4b81aa75ac\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYmEzZGExNzExOWM0Y2EwNmVkMGVkOWFhMGQ5MzUyNzEyZWUwMjEwODU0ODRlOTljYzFjOTQzOWQ2YWJjZjdmZiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"§7§8Combinable in Reforge Anvil\",2:\"\",3:\"§7Applies the §9Stiff §7reforge\",4:\"§7when combined with a fishing\",5:\"§7rod§7.\",6:\"\",7:\"§7Requires §aMining Skill Level\",8:\"§aXII§7!\",9:\"\",10:\"§a§lUNCOMMON REFORGE STONE\"],Name:\"§aHardened Wood\"},ExtraAttributes:{id:\"HARDENED_WOOD\"}}", "damage": 3, "lore": [ "§8Reforge Stone", + "§7§8Combinable in Reforge Anvil", "", - "§7Can be used in a Reforge Anvil", - "§7or with the Dungeon Blacksmith", - "§7to apply the §9Stiff §7reforge", - "§7to a fishing rod.", + "§7Applies the §9Stiff §7reforge", + "§7when combined with a fishing", + "§7rod§7.", "", "§7Requires §aMining Skill Level", "§aXII§7!", @@ -19,9 +19,9 @@ "internalname": "HARDENED_WOOD", "crafttext": "", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Hardened_Wood" ] -} +} \ No newline at end of file -- cgit