diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-06-01 12:31:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-01 06:31:05 -0400 |
commit | b09d5d229d6134a9346b0a702bff4ccccf66e5d0 (patch) | |
tree | c09a00d380cff6e5bc60275061cb0a8cd8820896 /items/NULL_OVOID.json | |
parent | 5bbca4d6d6cce00e0eb29b2d315c772461d9ddfb (diff) | |
download | NotEnoughUpdates-REPO-b09d5d229d6134a9346b0a702bff4ccccf66e5d0.tar.gz NotEnoughUpdates-REPO-b09d5d229d6134a9346b0a702bff4ccccf66e5d0.tar.bz2 NotEnoughUpdates-REPO-b09d5d229d6134a9346b0a702bff4ccccf66e5d0.zip |
Reforge Stones and Rainbow Names + removing Item + update things (#503)
* Reforge Stones and Rainbow Names
* Removing dupe json with the wrong name
* Fixing other Stuff
* Another Rainbow name
* Another Fix
* Rainbow name
* Rainbow Name
* Another Fix
* First Part
* Fuck
* Part 2
* Part 3
* Part 4
* copy paste ftw
Diffstat (limited to 'items/NULL_OVOID.json')
-rw-r--r-- | items/NULL_OVOID.json | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/items/NULL_OVOID.json b/items/NULL_OVOID.json new file mode 100644 index 00000000..5db5e39a --- /dev/null +++ b/items/NULL_OVOID.json @@ -0,0 +1,30 @@ +{ + "itemid": "minecraft:spawn_egg", + "displayname": "§9Null Ovoid", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§eRight-click to view recipes!\",1:\"\",2:\"§9§lRARE\"],Name:\"§9Null Ovoid\"},ExtraAttributes:{id:\"NULL_OVOID\"}}", + "damage": 58, + "lore": [ + "§eRight-click to view recipes!", + "", + "§9§lRARE" + ], + "recipe": { + "A1": "", + "A2": "NULL_SPHERE:22", + "A3": "", + "B1": "NULL_SPHERE:32", + "B2": "ENCHANTED_OBSIDIAN:32", + "B3": "NULL_SPHERE:32", + "C1": "", + "C2": "NULL_SPHERE:32", + "C3": "" + }, + "internalname": "NULL_OVOID", + "crafttext": "", + "clickcommand": "viewrecipe", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Null_Ovoid" + ] +}
\ No newline at end of file |