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