diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-08-20 13:12:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-20 13:12:30 +0200 |
commit | 64398a560ef328a787e5106197504a56d9cf80db (patch) | |
tree | 9206bdf4feb105884ea498c453741381ef265bf5 /items/PANDORAS_BOX.json | |
parent | 3ae2abbed4df9a495d9ab068202c09736b072add (diff) | |
download | NotEnoughUpdates-REPO-64398a560ef328a787e5106197504a56d9cf80db.tar.gz NotEnoughUpdates-REPO-64398a560ef328a787e5106197504a56d9cf80db.tar.bz2 NotEnoughUpdates-REPO-64398a560ef328a787e5106197504a56d9cf80db.zip |
New Alpha Stuff (#787)
* Nerds
* More Items
* I love stats
* I love hypixel
* Added and changed stuff from shitty update
* editor throwing
* I love the github editor
* More fixes
* Added new stuff to enchants.json
Co-Authored-By: NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com>
Co-authored-by: NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com>
Diffstat (limited to 'items/PANDORAS_BOX.json')
-rw-r--r-- | items/PANDORAS_BOX.json | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/items/PANDORAS_BOX.json b/items/PANDORAS_BOX.json new file mode 100644 index 00000000..c9966b4f --- /dev/null +++ b/items/PANDORAS_BOX.json @@ -0,0 +1,28 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§fPandora\u0027s Box", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"2e6022a0-b8e1-3ef3-bac0-e8d6c2c94cef\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY1ODg3MTI2MTcwNiwKICAicHJvZmlsZUlkIiA6ICJiMjdjMjlkZWZiNWU0OTEyYjFlYmQ5NDVkMmI2NzE0YSIsCiAgInByb2ZpbGVOYW1lIiA6ICJIRUtUMCIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9mZTI0NjkyNWNiZDRjMDUyNzliOWM4ZGNmN2MyZmRmYzliYWY5YjE0MjRhYTM1ZTUwMTUzM2ViYjk4ZTAwNTIyIiwKICAgICAgIm1ldGFkYXRhIiA6IHsKICAgICAgICAibW9kZWwiIDogInNsaW0iCiAgICAgIH0KICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Complete challenges to earn stats\",1:\"§7and level up the Pandora\u0027s Box.\",2:\"\",3:\"§7Challenges completed: §a0§7/§a20\",4:\"§7§7You receive §c+1 ❤§7 and\",5:\"§7§c+1 ❁§7 per 2 challenges\",6:\"§7you complete.\",7:\"\",8:\"§7§cNote! §7You must have this item in\",9:\"§7your inventory or accessory bag when\",10:\"§7completing a challenge!\",11:\"\",12:\"§eRight-click to open.\",13:\"\",14:\"§f§lCOMMON ACCESSORY\"],Name:\"§fPandora\u0027s Box\"},ExtraAttributes:{rarity_upgrades:0,id:\"PANDORAS_BOX\"}}", + "damage": 3, + "lore": [ + "§7Complete challenges to earn stats", + "§7and level up the Pandora\u0027s Box.", + "", + "§7Challenges completed: §a0§7/§a20", + "§7§7You receive §c+1 ❤§7 and", + "§7§c+1 ❁§7 per 2 challenges", + "§7you complete.", + "", + "§7§cNote! §7You must have this item in", + "§7your inventory or accessory bag when", + "§7completing a challenge!", + "", + "§eRight-click to open.", + "", + "§f§lCOMMON ACCESSORY" + ], + "internalname": "PANDORAS_BOX", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file |