diff options
Diffstat (limited to 'items')
-rw-r--r-- | items/NETHER_STALK.json | 3 | ||||
-rw-r--r-- | items/NETHER_WARTS.json | 13 |
2 files changed, 2 insertions, 14 deletions
diff --git a/items/NETHER_STALK.json b/items/NETHER_STALK.json index 12ac0c0e..df48b1fd 100644 --- a/items/NETHER_STALK.json +++ b/items/NETHER_STALK.json @@ -14,5 +14,6 @@ "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Nether_Wart" - ] + ], + "vanilla": true }
\ No newline at end of file diff --git a/items/NETHER_WARTS.json b/items/NETHER_WARTS.json deleted file mode 100644 index 46ae9025..00000000 --- a/items/NETHER_WARTS.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "itemid": "minecraft:nether_wart", - "displayname": "§fNether Wart", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fNether Wart\"},ExtraAttributes:{id:\"NETHER_WARTS\"}}", - "damage": 0, - "lore": [ - "§f§lCOMMON" - ], - "internalname": "NETHER_WARTS", - "modver": "1.3-REL", - "vanilla": true, - "clickcommand": "" -}
\ No newline at end of file |