mirror of
https://github.com/Ellpeck/PrettyPipes.git
synced 2024-11-22 11:53:29 +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",
|
"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": {
|
||||||
|
|
Loading…
Reference in a new issue