From 228ec7960d0319d8018c24ee14a92ea235c5e68c Mon Sep 17 00:00:00 2001 From: Moulberry Date: Thu, 1 Oct 2020 18:44:26 +1000 Subject: vanilla stuff & new items --- items/FLINT.json | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'items/FLINT.json') diff --git a/items/FLINT.json b/items/FLINT.json index 878f5450..b3a3d547 100644 --- a/items/FLINT.json +++ b/items/FLINT.json @@ -1,17 +1,13 @@ { "itemid": "minecraft:flint", "displayname": "§fFlint", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§8Brewing Ingredient\",1:\"§f§lCOMMON\"],Name:\"§fFlint\"},ExtraAttributes:{id:\"FLINT\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fFlint\"},ExtraAttributes:{id:\"FLINT\"}}", "damage": 0, "lore": [ - "§8Brewing Ingredient", "§f§lCOMMON" ], "internalname": "FLINT", - "clickcommand": "", - "modver": "1.0.0", - "infoType": "WIKI_URL", - "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Flint" - ] + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" } \ No newline at end of file -- cgit