diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-07-18 21:51:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-18 15:51:42 -0400 |
commit | afbb8b3d5aa067a0a3ac0580d47fcf0e8bf6213f (patch) | |
tree | 824b9c74346542e1f9cd1acc8c5f972f0f1af76b /items/RECALL_POTION.json | |
parent | 961d00e76ee01ae80c524982f5125fd9182bbece (diff) | |
download | NotEnoughUpdates-REPO-afbb8b3d5aa067a0a3ac0580d47fcf0e8bf6213f.tar.gz NotEnoughUpdates-REPO-afbb8b3d5aa067a0a3ac0580d47fcf0e8bf6213f.tar.bz2 NotEnoughUpdates-REPO-afbb8b3d5aa067a0a3ac0580d47fcf0e8bf6213f.zip |
Mining Stuff - Added and fixed some Stuff (#552)
* Mining Stuff
* Stuff
* Ench Books and other Stuff
* Updating Mobs
* Epic Pet Fix
* Other Stuff
* github is dumb
* Wiki Links
* Added new Drill
* Added Reforge Stats
* Added Wiki Link
* Wiki Links
* Wiki URL
* New Stuff
* New Items
* New Item
* Fixed Superboom
* New Drill
* Added new Pet so people wont crash (no pet stats)
* Removed UUID and Timestamp from new Pet
* Pet Stuff
* Stuff
* Fixed Tank
* WIki Links
* Wiki Links
* Power Talisman Things
* Other Stuff
* Added Recipe
* Recipe Fix
* Fixed Pet
* stone
Diffstat (limited to 'items/RECALL_POTION.json')
-rw-r--r-- | items/RECALL_POTION.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/items/RECALL_POTION.json b/items/RECALL_POTION.json new file mode 100644 index 00000000..5c76eb88 --- /dev/null +++ b/items/RECALL_POTION.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§5Recall Potion", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"bf19b3e8-2b7c-3d1b-92bd-6e296d367b4f\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMWFmODE1MWRlYjM5NTUzMjkyYjlhNjk2NzQ4MzJkZGE4MDAxNzgwY2E5ODE4MGEwNmVhZjliMzY4OTMwYjViYiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7§7A mystical and glowing elixir\",1:\"§7imbued with special abilities\",2:\"§7from another dimension.\",3:\"\",4:\"§6Ability: Ancient Recall §e§lRIGHT CLICK\",5:\"§7§7When in the §3Crystal Hollows\",6:\"§3§7allows you to save and §dwarp\",7:\"§d§7back to a §bsaved location§7.\",8:\"\",9:\"§5§lEPIC\"],Name:\"§f§f§5Recall Potion\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"RECALL_POTION\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§7§7A mystical and glowing elixir", + "§7imbued with special abilities", + "§7from another dimension.", + "", + "§6Ability: Ancient Recall §e§lRIGHT CLICK", + "§7§7When in the §3Crystal Hollows", + "§3§7allows you to save and §dwarp", + "§d§7back to a §bsaved location§7.", + "", + "§5§lEPIC" + ], + "internalname": "RECALL_POTION", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "" +}
\ No newline at end of file |