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/SALMON_OPAL.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'items/SALMON_OPAL.json') diff --git a/items/SALMON_OPAL.json b/items/SALMON_OPAL.json index eaae5bd9..8023775e 100644 --- a/items/SALMON_OPAL.json +++ b/items/SALMON_OPAL.json @@ -1,15 +1,15 @@ { "itemid": "minecraft:skull", - "displayname": "§f§f§9Salmon Opal", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"3f35f2fe-97b1-32b3-b691-e9fdd7dba59d\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNWY1MjQxNjZmN2NlODhhNTM3MTU4NzY2YTFjNTExZTMyMmE5M2E1ZTExZGJmMzBmYTZlODVlNzhkYTg2MWQ4In19fQ\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"\",2:\"§7Can be used in a Reforge Anvil\",3:\"§7or with the Dungeon Blacksmith\",4:\"§7to apply the §9Headstrong\",5:\"§9§7reforge to a bow.\",6:\"\",7:\"§7§8§ohttps://en.wikipedia.org/wiki/Opal.\",8:\"\",9:\"§7Requires §aMining Skill Level\",10:\"§aXV§7!\",11:\"\",12:\"§9§lRARE REFORGE STONE\"],Name:\"§f§f§9Salmon Opal\"},ExtraAttributes:{id:\"SALMON_OPAL\"},AttributeModifiers:[]}", + "displayname": "§9Salmon Opal", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"3f35f2fe-97b1-32b3-b691-e9fdd7dba59d\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNWY1MjQxNjZmN2NlODhhNTM3MTU4NzY2YTFjNTExZTMyMmE5M2E1ZTExZGJmMzBmYTZlODVlNzhkYTg2MWQ4In19fQ\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"§7§8Combinable in Reforge Anvil\",2:\"\",3:\"§7Applies the §9Headstrong\",4:\"§9§7reforge when combined with a\",5:\"§7bow§7.\",6:\"\",7:\"§7§8§ohttps://en.wikipedia.org/wiki/Opal.\",8:\"\",9:\"§7Requires §aMining Skill Level\",10:\"§aXV§7!\",11:\"\",12:\"§9§lRARE REFORGE STONE\"],Name:\"§9Salmon Opal\"},ExtraAttributes:{id:\"SALMON_OPAL\"}}", "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 §9Headstrong", - "§9§7reforge to a bow.", + "§7Applies the §9Headstrong", + "§9§7reforge when combined with a", + "§7bow§7.", "", "§7§8§ohttps://en.wikipedia.org/wiki/Opal.", "", -- cgit