From 94b15eb4edf2ead41d16231a26a0e8572f0e88f7 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 31 Mar 2020 22:49:36 +1100 Subject: MASSIVE update --- items/SUPERBOOM_TNT.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 items/SUPERBOOM_TNT.json (limited to 'items/SUPERBOOM_TNT.json') diff --git a/items/SUPERBOOM_TNT.json b/items/SUPERBOOM_TNT.json new file mode 100644 index 00000000..3ac95e1c --- /dev/null +++ b/items/SUPERBOOM_TNT.json @@ -0,0 +1,14 @@ +{ + "internalname": "SUPERBOOM_TNT", + "itemid": "minecraft:tnt", + "displayname": "Superboom TNT", + "clickcommand": "", + "damage": 0, + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Breaks weak walls.\",1:\"\",2:\"§9§lRARE\"],Name:\"§9Superboom TNT\"},ExtraAttributes:{id:\"SUPERBOOM_TNT\"}}", + "modver": "1.0.0", + "lore": [ + "§7Breaks weak walls.", + "", + "§9§lRARE" + ] +} \ No newline at end of file -- cgit