diff options
Diffstat (limited to 'items/STAINED_GLASS_PANE.json')
-rw-r--r-- | items/STAINED_GLASS_PANE.json | 24 |
1 files changed, 24 insertions, 0 deletions
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 |