From 260349c5e76b64da21e226bb746f08a8d7d52682 Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Thu, 8 Oct 2020 18:23:33 -0400 Subject: Removed Nulls and Fixed Starred Adaptive Blade --- items/BOW-96.json | 12 ------------ items/DIRT-8.json | 12 ------------ items/STARRED_STONE_BLADE.json | 1 + 3 files changed, 1 insertion(+), 24 deletions(-) delete mode 100644 items/BOW-96.json delete mode 100644 items/DIRT-8.json (limited to 'items') diff --git a/items/BOW-96.json b/items/BOW-96.json deleted file mode 100644 index 84273726..00000000 --- a/items/BOW-96.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "internalname": "BOW-96", - "itemid": 261, - "displayname": "§fnull", - "clickcommand": "", - "damage": 96, - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fnull\"},ExtraAttributes:{id:\"BOW:96\"}}", - "modver": "1.0.0", - "lore": [ - "§f§lCOMMON" - ] -} \ No newline at end of file diff --git a/items/DIRT-8.json b/items/DIRT-8.json deleted file mode 100644 index 37bc4f77..00000000 --- a/items/DIRT-8.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "internalname": "DIRT-8", - "itemid": 3, - "displayname": "§fnull", - "clickcommand": "", - "damage": 8, - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fnull\"},ExtraAttributes:{id:\"DIRT:8\"}}", - "modver": "1.0.0", - "lore": [ - "§f§lCOMMON" - ] -} \ No newline at end of file diff --git a/items/STARRED_STONE_BLADE.json b/items/STARRED_STONE_BLADE.json index a262162c..90791dd3 100644 --- a/items/STARRED_STONE_BLADE.json +++ b/items/STARRED_STONE_BLADE.json @@ -32,6 +32,7 @@ "C3": "SCARF_FRAGMENT:1" }, "internalname": "STARRED_STONE_BLADE", + "parent": "STONE_BLADE", "clickcommand": "viewrecipe", "modver": "1.3-REL", "crafttext": "", -- cgit