From cc518d127f79b69ee48fff4d54a952f2576b7441 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Tue, 5 Mar 2024 09:30:35 +0100 Subject: Fixed Dia & Gold Goblin Skulls and some lores (#1120) --- items/YELLOW_BANDANA.json | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) (limited to 'items/YELLOW_BANDANA.json') diff --git a/items/YELLOW_BANDANA.json b/items/YELLOW_BANDANA.json index 60fd359a..9ffc6e07 100644 --- a/items/YELLOW_BANDANA.json +++ b/items/YELLOW_BANDANA.json @@ -1,21 +1,19 @@ { "itemid": "minecraft:skull", "displayname": "§9Yellow Bandana", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"af29695b-92b7-305e-965e-8d906f99b342\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY3ODgyMjE1OTcwMSwKICAicHJvZmlsZUlkIiA6ICI0NDAzZGM1NDc1YmM0YjE1YTU0OGNmZGE2YjBlYjdkOSIsCiAgInByb2ZpbGVOYW1lIiA6ICJHYXl0b3duIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzc5OWQxNjczN2I0ZjI2MzNmOWU3YzQ1Mzg5OTIxMTVjMTA3OTI4YTlhMDFhYmZmNDA3YzAyOTcxOTRiZDY4NjciCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§8Consumed on use\",1:\"\",2:\"§7§7Pet items can boost pets in\",3:\"§7various ways but pets can only\",4:\"§7hold 1 item at a time so choose\",5:\"§7wisely!\",6:\"\",7:\"§7§7Grants §6+30☘ Farming\",8:\"§6Fortune§7.\",9:\"\",10:\"§7§eRight click on your summoned\",11:\"§epet to give it this item!\",12:\"\",13:\"§9§lRARE PET ITEM\"],Name:\"§9Yellow Bandana\"},ExtraAttributes:{id:\"YELLOW_BANDANA\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"af29695b-92b7-305e-965e-8d906f99b342\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY3ODgyMjE1OTcwMSwKICAicHJvZmlsZUlkIiA6ICI0NDAzZGM1NDc1YmM0YjE1YTU0OGNmZGE2YjBlYjdkOSIsCiAgInByb2ZpbGVOYW1lIiA6ICJHYXl0b3duIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzc5OWQxNjczN2I0ZjI2MzNmOWU3YzQ1Mzg5OTIxMTVjMTA3OTI4YTlhMDFhYmZmNDA3YzAyOTcxOTRiZDY4NjciCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§8Consumed on use\",1:\"\",2:\"§7§7Pet items can boost pets in various\",3:\"§7ways but pets can only hold 1 item at\",4:\"§7a time so choose wisely!\",5:\"\",6:\"§7§7Grants §6+30☘ Farming Fortune§7.\",7:\"\",8:\"§7§eRight-click on your summoned pet to\",9:\"§egive it this item!\",10:\"\",11:\"§9§lRARE PET ITEM\"],Name:\"§9Yellow Bandana\"},ExtraAttributes:{id:\"YELLOW_BANDANA\"}}", "damage": 3, "lore": [ "§8Consumed on use", "", - "§7§7Pet items can boost pets in", - "§7various ways but pets can only", - "§7hold 1 item at a time so choose", - "§7wisely!", + "§7§7Pet items can boost pets in various", + "§7ways but pets can only hold 1 item at", + "§7a time so choose wisely!", "", - "§7§7Grants §6+30☘ Farming", - "§6Fortune§7.", + "§7§7Grants §6+30☘ Farming Fortune§7.", "", - "§7§eRight click on your summoned", - "§epet to give it this item!", + "§7§eRight-click on your summoned pet to", + "§egive it this item!", "", "§9§lRARE PET ITEM" ], -- cgit