diff options
author | TomEngMaster <70163122+TomEngMaster@users.noreply.github.com> | 2020-11-03 14:59:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-03 14:59:25 +0100 |
commit | 38c5377d6c083b24c96c919388cad2fd8c8f43e4 (patch) | |
tree | e67d99eeec916d23a17fac9a38c1a04a58071600 /items/REVIVE_STONE.json | |
parent | db63d87d9fde7219b6c82e795625eb35f71cee2b (diff) | |
parent | 54f0e070d0302675177a6c6c6da16f2c2880a551 (diff) | |
download | NotEnoughUpdates-REPO-38c5377d6c083b24c96c919388cad2fd8c8f43e4.tar.gz NotEnoughUpdates-REPO-38c5377d6c083b24c96c919388cad2fd8c8f43e4.tar.bz2 NotEnoughUpdates-REPO-38c5377d6c083b24c96c919388cad2fd8c8f43e4.zip |
Merge pull request #2 from Moulberry/master
Update
Diffstat (limited to 'items/REVIVE_STONE.json')
-rw-r--r-- | items/REVIVE_STONE.json | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/items/REVIVE_STONE.json b/items/REVIVE_STONE.json new file mode 100644 index 00000000..b9b2261f --- /dev/null +++ b/items/REVIVE_STONE.json @@ -0,0 +1,22 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§6Revive Stone", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"7eb92689-af70-32ce-a668-6dd5f19b0e6b\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjZhNzZjYzIyZTdjMmFiOWM1NDBkMTI0NGVhZGJhNTgxZjVkZDllMThmOWFkYWNmMDUyODBhNWI0OGI4ZjYxOCJ9fX0K\"}]}},display:{Lore:[0:\"§6Item Ability: Revive §e§lRIGHT CLICK\",1:\"§7Revive a player who has died in\",2:\"§7a dungeon. ONE TIME USE.\",3:\"\",4:\"§7§eThis item will vanish from\",5:\"§eyour inventory at the end of the\",6:\"§eDungeon!\",7:\"\",8:\"§6§lLEGENDARY DUNGEON ITEM\"],Name:\"§6Revive Stone\"},ExtraAttributes:{id:\"REVIVE_STONE\",dontSaveToProfile:1b}}", + "damage": 3, + "lore": [ + "§6Item Ability: Revive §e§lRIGHT CLICK", + "§7Revive a player who has died in", + "§7a dungeon. ONE TIME USE.", + "", + "§7§eThis item will vanish from", + "§eyour inventory at the end of the", + "§eDungeon!", + "", + "§6§lLEGENDARY DUNGEON ITEM" + ], + "internalname": "REVIVE_STONE", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "" +}
\ No newline at end of file |