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/STAINED_GLASS_PANE.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 items/STAINED_GLASS_PANE.json (limited to 'items/STAINED_GLASS_PANE.json') diff --git a/items/STAINED_GLASS_PANE.json b/items/STAINED_GLASS_PANE.json new file mode 100644 index 00000000..636b51ce --- /dev/null +++ b/items/STAINED_GLASS_PANE.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:stained_glass_pane", + "displayname": "§fWhite Stained Glass Pane", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fWhite Stained Glass Pane\"},ExtraAttributes:{id:\"STAINED_GLASS_PANE\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "STAINED_GLASS_PANE", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "STAINED_GLASS:1", + "A2": "STAINED_GLASS:1", + "A3": "STAINED_GLASS:1", + "B1": "STAINED_GLASS:1", + "B2": "STAINED_GLASS:1", + "B3": "STAINED_GLASS:1", + "C1": "", + "C2": "", + "C3": "" + } +} \ No newline at end of file -- cgit