From 81b07827e028134c07b709410b9e91b6c5dba97d Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Tue, 31 Jan 2023 10:18:22 +0100 Subject: Added Power Stones to slayer drops, fixed lore of 19 items (#892) * Added Power Stones to slayer drops, fixed lore of 19 items * Remove wrong item drop * Fixed lore of funny items doing nbt later --- items/PRECIOUS_PEARL.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'items/PRECIOUS_PEARL.json') diff --git a/items/PRECIOUS_PEARL.json b/items/PRECIOUS_PEARL.json index 31e0d8ba..a5b0b1dd 100644 --- a/items/PRECIOUS_PEARL.json +++ b/items/PRECIOUS_PEARL.json @@ -1,11 +1,10 @@ { "itemid": "minecraft:skull", "displayname": "§5Precious Pearl", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"6d7137b3-66e3-31b1-bd58-eda4b5708ed5\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzRhNWRiOGVhNzk3N2M3Zjk2YTY4ZGZlMWZhNDliNjZlYWZiZWNkMzgxMWE2YjZkM2QxNzdkZGE1Zjk0MjMxMyJ9fX0\"}]}},display:{Lore:[0:\"§8Power Stone\",1:\"\",2:\"§7Combine §a9x §7of this stone at the\",3:\"§7§6Thaumaturgist §7to permanently\",4:\"§7unlock the §aPleasant §7power.\",5:\"\",6:\"§7At §6§k1,000§r §6Magical Power§7:\",7:\"§c+§k434❤§r §cHealth\",8:\"§a+§k465❈§r §aDefense\",9:\"\",10:\"§7Requires §aCombat Skill Level XXV§7!\",11:\"\",12:\"§5§lEPIC POWER STONE\"],Name:\"§5Precious Pearl\"},ExtraAttributes:{id:\"PRECIOUS_PEARL\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"6d7137b3-66e3-31b1-bd58-eda4b5708ed5\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzRhNWRiOGVhNzk3N2M3Zjk2YTY4ZGZlMWZhNDliNjZlYWZiZWNkMzgxMWE2YjZkM2QxNzdkZGE1Zjk0MjMxMyJ9fX0\"}]}},display:{Lore:[0:\"§8Power Stone\",1:\"§7Combine §a9x §7of this stone at the\",2:\"§7§6Thaumaturgist §7to permanently\",3:\"§7unlock the §aPleasant §7power.\",4:\"\",5:\"§7At §6§k1,000§r §6Magical Power§7:\",6:\"§c+§k434❤§r §cHealth\",7:\"§a+§k465❈§r §aDefense\",8:\"\",9:\"§7Requires §aCombat Skill Level XXV§7!\",10:\"\",11:\"§5§lEPIC POWER STONE\"],Name:\"§5Precious Pearl\"},ExtraAttributes:{id:\"PRECIOUS_PEARL\"}}", "damage": 3, "lore": [ "§8Power Stone", - "", "§7Combine §a9x §7of this stone at the", "§7§6Thaumaturgist §7to permanently", "§7unlock the §aPleasant §7power.", -- cgit