diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-06-05 16:52:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-05 10:52:10 -0400 |
commit | 325d03e7812c8f85d9c476b9d778d36950dfbb01 (patch) | |
tree | b9b7a095386dabc75fd9437cce95fc782aa103e1 /items/ASPECT_OF_THE_VOID.json | |
parent | 8d46f98a23461a04fae955fef1c6c597f275c02e (diff) | |
download | NotEnoughUpdates-REPO-325d03e7812c8f85d9c476b9d778d36950dfbb01.tar.gz NotEnoughUpdates-REPO-325d03e7812c8f85d9c476b9d778d36950dfbb01.tar.bz2 NotEnoughUpdates-REPO-325d03e7812c8f85d9c476b9d778d36950dfbb01.zip |
Small Stuff (#510)
* Small Stuff
* Another Rainbow Name
* New Item and a fix
* Other fixes
* Another one
* Added Item and fixed one
* I love commit messages
* Another Rainbow Name
* Rainbow Name
* Rainbow Name
* yep
* Stuff
Diffstat (limited to 'items/ASPECT_OF_THE_VOID.json')
-rw-r--r-- | items/ASPECT_OF_THE_VOID.json | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/items/ASPECT_OF_THE_VOID.json b/items/ASPECT_OF_THE_VOID.json new file mode 100644 index 00000000..e6000c1a --- /dev/null +++ b/items/ASPECT_OF_THE_VOID.json @@ -0,0 +1,38 @@ +{ + "itemid": "minecraft:diamond_shovel", + "displayname": "§5Aspect of the Void", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+120\",1:\"§7Strength: §c+100\",2:\"\",3:\"§6Ability: Instant Transmission §e§lRIGHT CLICK\",4:\"§7Teleport §a8 blocks§7 ahead of\",5:\"§7you and gain §a+50 §f✦ Speed§7\",6:\"§7for §a3 seconds§7.\",7:\"§8Mana Cost: §345\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§5§lEPIC SWORD\"],Name:\"§5Aspect of the Void\"},ExtraAttributes:{id:\"ASPECT_OF_THE_VOID\"}}", + "damage": 0, + "lore": [ + "§7Damage: §c+120", + "§7Strength: §c+100", + "", + "§6Ability: Instant Transmission §e§lRIGHT CLICK", + "§7Teleport §a8 blocks§7 ahead of", + "§7you and gain §a+50 §f✦ Speed§7", + "§7for §a3 seconds§7.", + "§8Mana Cost: §345", + "", + "§7§8This item can be reforged!", + "§5§lEPIC SWORD" + ], + "recipe": { + "A1": "", + "A2": "NULL_OVOID:8", + "A3": "", + "B1": "NULL_OVOID:8", + "B2": "ASPECT_OF_THE_END:1", + "B3": "NULL_OVOID:8", + "C1": "", + "C2": "NULL_OVOID:8", + "C3": "" + }, + "internalname": "ASPECT_OF_THE_VOID", + "crafttext": "", + "clickcommand": "viewrecipe", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Aspect_of_the_Void" + ] +}
\ No newline at end of file |