diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-08-15 02:39:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-14 20:39:44 -0400 |
commit | f96b9092419d9fd473ae628605a48c48dec98dfb (patch) | |
tree | 5d1ed07956c25d62f22a57a91b65e3f454587bee /items/REVIVE_STONE.json | |
parent | 1f41028eda3e91bd88426c8defe5137dd1a0eb9c (diff) | |
download | NotEnoughUpdates-REPO-f96b9092419d9fd473ae628605a48c48dec98dfb.tar.gz NotEnoughUpdates-REPO-f96b9092419d9fd473ae628605a48c48dec98dfb.tar.bz2 NotEnoughUpdates-REPO-f96b9092419d9fd473ae628605a48c48dec98dfb.zip |
YEP - Fixing Hypixels Stupid Shit (#594)
* YEP
* Fixing Smarty Pants Enchant
* Fixing other Hypixel Shit
Diffstat (limited to 'items/REVIVE_STONE.json')
-rw-r--r-- | items/REVIVE_STONE.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/items/REVIVE_STONE.json b/items/REVIVE_STONE.json index 10f6744d..f3ead890 100644 --- a/items/REVIVE_STONE.json +++ b/items/REVIVE_STONE.json @@ -1,10 +1,10 @@ { "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}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"7eb92689-af70-32ce-a668-6dd5f19b0e6b\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjZhNzZjYzIyZTdjMmFiOWM1NDBkMTI0NGVhZGJhNTgxZjVkZDllMThmOWFkYWNmMDUyODBhNWI0OGI4ZjYxOCJ9fX0K\"}]}},display:{Lore:[0:\"§6Ability: 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", + "§6Ability: Revive §e§lRIGHT CLICK", "§7Revive a player who has died in", "§7a dungeon. ONE TIME USE.", "", @@ -17,7 +17,7 @@ "internalname": "REVIVE_STONE", "crafttext": "", "clickcommand": "", - "modver": "1.5-REL", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Revive_Stone" |