diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-10-04 09:56:54 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-10-04 09:56:54 -0400 |
commit | 6134a3ce445ec71291cede77b14fa7be016169e2 (patch) | |
tree | b084530fc8ea17471c67b4be1ac5f8e6acd70a59 /items/REVIVE_STONE.json | |
parent | fda898157180835ef537d70e5137f108a61c7bed (diff) | |
download | NotEnoughUpdates-REPO-6134a3ce445ec71291cede77b14fa7be016169e2.tar.gz NotEnoughUpdates-REPO-6134a3ce445ec71291cede77b14fa7be016169e2.tar.bz2 NotEnoughUpdates-REPO-6134a3ce445ec71291cede77b14fa7be016169e2.zip |
Fixed Rare Flyingfish being legendary
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 |