diff options
-rw-r--r-- | items/BOW-96.json | 12 | ||||
-rw-r--r-- | items/DIRT-8.json | 12 | ||||
-rw-r--r-- | items/STARRED_STONE_BLADE.json | 1 |
3 files changed, 1 insertions, 24 deletions
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": "", |