diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-07-11 16:51:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-11 16:51:41 +0200 |
commit | 182c78af43cce410c21ac0998f511b18cdd44ece (patch) | |
tree | 36cfac5e4a586964c5106dcf9cdf0a662a57e486 /items/LIFEGUARD_CHAIR.json | |
parent | d38a628fb810b04cf048d6a6a4144a2045941a4c (diff) | |
download | NotEnoughUpdates-REPO-182c78af43cce410c21ac0998f511b18cdd44ece.tar.gz NotEnoughUpdates-REPO-182c78af43cce410c21ac0998f511b18cdd44ece.tar.bz2 NotEnoughUpdates-REPO-182c78af43cce410c21ac0998f511b18cdd44ece.zip |
Added new rune, added nether npc, removed some alpha items (#953)
* Added new rune, added nether npc, removed some alpha items
* Added more npcs
* Fixed lore of boots and added brewing ingrdient to lores
* Fixed enigma soul and lore of power stone
* Added undead to more
* Removed weird npc
* Fixed lore catacombs skill items
* Added more mobs and npcs, fixed enderman pet lore
* Added Lifeguard Chair
* Added Vampire Slayer to crafttext
* Made Game Breaker and Annihilator very special
* Added Talbot and Kuudra Believer Npc
* Added special xp value for vampire
* Added fancy name
Diffstat (limited to 'items/LIFEGUARD_CHAIR.json')
-rw-r--r-- | items/LIFEGUARD_CHAIR.json | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/items/LIFEGUARD_CHAIR.json b/items/LIFEGUARD_CHAIR.json new file mode 100644 index 00000000..ed33b8da --- /dev/null +++ b/items/LIFEGUARD_CHAIR.json @@ -0,0 +1,21 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§5Lifeguard Chair", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"59e55428-30f9-344d-9ad4-f4af9f9c6b53\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzNiZGU0MzExMWY2OWE3ZmRhNmVjNmZhZjIyNjNjODI3OTYxZjM5MGQ3YzYxNjNlZDEyMzEwMzVkMWIwYjkifX19\"}]}},display:{Lore:[0:\"§8Furniture\",1:\"§8Summer Cosmetic\",2:\"\",3:\"§7This exclusive §aSummer\",4:\"§a§7cosmetic can be placed on your\",5:\"§7island or traded.\",6:\"\",7:\"§5§lEPIC\"],Name:\"§f§f§5Lifeguard Chair\"},ExtraAttributes:{id:\"LIFEGUARD_CHAIR\"}}", + "damage": 3, + "lore": [ + "§8Furniture", + "§8Summer Cosmetic", + "", + "§7This exclusive §aSummer", + "§a§7cosmetic can be placed on your", + "§7island or traded.", + "", + "§5§lEPIC" + ], + "internalname": "LIFEGUARD_CHAIR", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +}
\ No newline at end of file |