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/WIZARD_WAND.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/WIZARD_WAND.json')
-rw-r--r-- | items/WIZARD_WAND.json | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/items/WIZARD_WAND.json b/items/WIZARD_WAND.json new file mode 100644 index 00000000..101dc911 --- /dev/null +++ b/items/WIZARD_WAND.json @@ -0,0 +1,29 @@ +{ + "itemid": "minecraft:blaze_rod", + "displayname": "§5Wizard Wand", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7§7§oA private joke amongst\",1:\"§7§oWizards, but you wouldn\u0027t\",2:\"§7§ounderstand.\",3:\"\",4:\"§7Intelligence Earned: §b+0\",5:\"\",6:\"§6Ability: Time Warp! §e§lRIGHT CLICK\",7:\"§7§7Teleport through time (a work\",8:\"§7in progress).\",9:\"\",10:\"§7Claimed by: §b[MVP§c+§b] Eisengolem§f\",11:\"\",12:\"§8Edition #1\",13:\"§8July 2022\",14:\"\",15:\"§5§lEPIC WAND\"],Name:\"§5Wizard Wand\"},ExtraAttributes:{date:1658843716180L,edition:185,id:\"WIZARD_WAND\",recipient_name:\"§b[MVP§c+§b] Eisengolem§f\",player:\"§b[MVP§c+§b] Eisengolem§f\"}}", + "damage": 0, + "lore": [ + "§7§7§oA private joke amongst", + "§7§oWizards, but you wouldn\u0027t", + "§7§ounderstand.", + "", + "§7Intelligence Earned: §b+0", + "", + "§6Ability: Time Warp! §e§lRIGHT CLICK", + "§7§7Teleport through time (a work", + "§7in progress).", + "", + "§7Claimed by: §b[MVP§c+§b] Eisengolem§f", + "", + "§8Edition #1", + "§8July 2022", + "", + "§5§lEPIC WAND" + ], + "internalname": "WIZARD_WAND", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +}
\ No newline at end of file |