aboutsummaryrefslogtreecommitdiff
path: root/minecrafttrivia/mcdata/recipes/chiseled_quartz_block.json
diff options
context:
space:
mode:
Diffstat (limited to 'minecrafttrivia/mcdata/recipes/chiseled_quartz_block.json')
-rw-r--r--minecrafttrivia/mcdata/recipes/chiseled_quartz_block.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/minecrafttrivia/mcdata/recipes/chiseled_quartz_block.json b/minecrafttrivia/mcdata/recipes/chiseled_quartz_block.json
new file mode 100644
index 0000000..dc2fef7
--- /dev/null
+++ b/minecrafttrivia/mcdata/recipes/chiseled_quartz_block.json
@@ -0,0 +1,15 @@
+{
+ "type": "minecraft:crafting_shaped",
+ "pattern": [
+ "#",
+ "#"
+ ],
+ "key": {
+ "#": {
+ "item": "minecraft:quartz_slab"
+ }
+ },
+ "result": {
+ "item": "minecraft:chiseled_quartz_block"
+ }
+} \ No newline at end of file