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_BLADE.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_BLADE.json')
-rw-r--r-- | items/NULL_BLADE.json | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/items/NULL_BLADE.json b/items/NULL_BLADE.json new file mode 100644 index 00000000..2320cee1 --- /dev/null +++ b/items/NULL_BLADE.json @@ -0,0 +1,27 @@ +{ + "itemid": "minecraft:shears", + "displayname": "§6Null Blade", + "nbttag": "{ench:[],Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§eRight-click to view recipes!\",1:\"\",2:\"§6§lLEGENDARY\"],Name:\"§6Null Blade\"},ExtraAttributes:{id:\"NULL_BLADE\"}}", + "damage": 0, + "lore": [ + "§eRight-click to view recipes!", + "", + "§6§lLEGENDARY" + ], + "recipe": { + "A1": "NULL_OVOID:16", + "A2": "NULL_EDGE:1", + "A3": "NULL_OVOID:16", + "B1": "ENCHANTED_QUARTZ_BLOCK:32", + "B2": "NULL_EDGE:1", + "B3": "ENCHANTED_QUARTZ_BLOCK:32", + "C1": "NULL_OVOID:16", + "C2": "NULL_EDGE:1", + "C3": "NULL_OVOID:16" + }, + "internalname": "NULL_BLADE", + "clickcommand": "viewrecipe", + "modver": "2.0.0-REL", + "crafttext": "", + "infoType": "" +}
\ No newline at end of file |