mirror of
https://github.com/Ellpeck/PrettyPipes.git
synced 2024-11-22 03:43:30 +01:00
made the module require quartz
This commit is contained in:
parent
dd3bdaa1a8
commit
c88b88eb1c
1 changed files with 5 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"type": "minecraft:crafting_shaped",
|
||||
"pattern": [
|
||||
" R ",
|
||||
"QRQ",
|
||||
"SPS",
|
||||
" R "
|
||||
"QRQ"
|
||||
],
|
||||
"key": {
|
||||
"R": {
|
||||
|
@ -14,6 +14,9 @@
|
|||
},
|
||||
"S": {
|
||||
"item": "minecraft:stone_slab"
|
||||
},
|
||||
"Q": {
|
||||
"item": "minecraft:quartz"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
|
|
Loading…
Reference in a new issue