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/NETHER_BRICK.json | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) (limited to 'items/NETHER_BRICK.json') diff --git a/items/NETHER_BRICK.json b/items/NETHER_BRICK.json index 647dc4d7..bef3374f 100644 --- a/items/NETHER_BRICK.json +++ b/items/NETHER_BRICK.json @@ -1,12 +1,24 @@ { - "internalname": "NETHER_BRICK", "itemid": "minecraft:nether_brick", - "displayname": "§fNether Bricks", - "clickcommand": "", + "displayname": "§fNether Brick", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fNether Brick\"},ExtraAttributes:{id:\"NETHER_BRICK\"}}", "damage": 0, - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fNether Bricks\"},ExtraAttributes:{id:\"NETHER_BRICK\"}}", - "modver": "1.0.0", "lore": [ "§f§lCOMMON" - ] + ], + "internalname": "NETHER_BRICK", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "", + "A2": "", + "A3": "", + "B1": "", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } } \ No newline at end of file -- cgit