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/UNIQUE_RUNE.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/UNIQUE_RUNE.json')
-rw-r--r-- | items/UNIQUE_RUNE.json | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/items/UNIQUE_RUNE.json b/items/UNIQUE_RUNE.json new file mode 100644 index 00000000..22e07dcb --- /dev/null +++ b/items/UNIQUE_RUNE.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§c◆ Spellbound Rune III", + "nbttag": "{ench:[],HideFlags:254,SkullOwner:{Id:\"8ec2638c-e3f8-3cb0-a906-0c48ead821e4\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY4ODAzNTU5NDIzMSwKICAicHJvZmlsZUlkIiA6ICJmZWYyZDZjYzY5ZGI0ZWM5OWQzYzI5MzBmYzRmNTBhYSIsCiAgInByb2ZpbGVOYW1lIiA6ICJsb3Zlbm90d2FyIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzRjZjA1YWJlNTMxOTFkOTNkNDJhYTQ4NTg4OWUwNjRkNWQ5OWZmZDQzZThmZmM2MTM3ZDMzODk0NDI4MTZkZDciLAogICAgICAibWV0YWRhdGEiIDogewogICAgICAgICJtb2RlbCIgOiAic2xpbSIKICAgICAgfQogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Requires level 0\",1:\"§8Helmet\",2:\"\",3:\"§7Creates a captivating Enchanting\",4:\"§7Halo! Obtained from Fire Sales.\",5:\"\",6:\"§7Apply this rune to helmet or\",7:\"§7fuse two together at the Runic\",8:\"§7Pedestal!\",9:\"\",10:\"§6§lLEGENDARY COSMETIC\"],Name:\"§f§f§c◆ Spellbound Rune III\"},ExtraAttributes:{runes:{SPELLBOUND:3},id:\"UNIQUE_RUNE\"}}", + "damage": 3, + "lore": [ + "§8Requires level 0", + "§8Helmet", + "", + "§7Creates a captivating Enchanting", + "§7Halo! Obtained from Fire Sales.", + "", + "§7Apply this rune to helmet or", + "§7fuse two together at the Runic", + "§7Pedestal!", + "", + "§6§lLEGENDARY COSMETIC" + ], + "internalname": "UNIQUE_RUNE", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +}
\ No newline at end of file |