From b09d5d229d6134a9346b0a702bff4ccccf66e5d0 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Tue, 1 Jun 2021 12:31:05 +0200 Subject: 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 --- items/NULL_EDGE.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 items/NULL_EDGE.json (limited to 'items/NULL_EDGE.json') diff --git a/items/NULL_EDGE.json b/items/NULL_EDGE.json new file mode 100644 index 00000000..2f5ff9f1 --- /dev/null +++ b/items/NULL_EDGE.json @@ -0,0 +1,16 @@ +{ + "itemid": "minecraft:stick", + "displayname": "§5Null Edge", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§eRight-click to view recipes!\",1:\"\",2:\"§5§lEPIC\"],Name:\"§5Null Edge\"},ExtraAttributes:{id:\"NULL_EDGE\"}}", + "damage": 0, + "lore": [ + "§eRight-click to view recipes!", + "", + "§5§lEPIC" + ], + "internalname": "NULL_EDGE", + "clickcommand": "", + "modver": "2.0.0-REL", + "crafttext": "", + "infoType": "" +} \ No newline at end of file -- cgit