made the module require quartz

This commit is contained in:
Ell 2020-12-05 14:32:01 +01:00
parent dd3bdaa1a8
commit c88b88eb1c

View file

@ -1,9 +1,9 @@
{ {
"type": "minecraft:crafting_shaped", "type": "minecraft:crafting_shaped",
"pattern": [ "pattern": [
" R ", "QRQ",
"SPS", "SPS",
" R " "QRQ"
], ],
"key": { "key": {
"R": { "R": {
@ -14,6 +14,9 @@
}, },
"S": { "S": {
"item": "minecraft:stone_slab" "item": "minecraft:stone_slab"
},
"Q": {
"item": "minecraft:quartz"
} }
}, },
"result": { "result": {