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