diff options
Diffstat (limited to 'items/STAINED_GLASS_PANE-10.json')
-rw-r--r-- | items/STAINED_GLASS_PANE-10.json | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/items/STAINED_GLASS_PANE-10.json b/items/STAINED_GLASS_PANE-10.json new file mode 100644 index 00000000..b6b2b858 --- /dev/null +++ b/items/STAINED_GLASS_PANE-10.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:stained_glass_pane", + "displayname": "§fPurple Stained Glass Pane", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fPurple Stained Glass Pane\"},ExtraAttributes:{id:\"STAINED_GLASS_PANE\"}}", + "damage": 10, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "STAINED_GLASS_PANE-10", + "parent": "STAINED_GLASS_PANE", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "STAINED_GLASS-10:1", + "A2": "STAINED_GLASS-10:1", + "A3": "STAINED_GLASS-10:1", + "B1": "STAINED_GLASS-10:1", + "B2": "STAINED_GLASS-10:1", + "B3": "STAINED_GLASS-10:1", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file |