PrettyPipes/src/main/resources/data/prettypipes/recipes/blank_module.json

25 lines
462 B
JSON
Raw Normal View History

2020-04-17 23:17:46 +02:00
{
"type": "minecraft:crafting_shaped",
"pattern": [
2020-12-05 14:32:01 +01:00
"QRQ",
2020-04-17 23:17:46 +02:00
"SPS",
2020-12-05 14:32:01 +01:00
"QRQ"
2020-04-17 23:17:46 +02:00
],
"key": {
"R": {
"item": "minecraft:redstone"
},
"P": {
"item": "prettypipes:pipe"
},
"S": {
"item": "minecraft:stone_slab"
2020-12-05 14:32:01 +01:00
},
"Q": {
"item": "minecraft:quartz"
2020-04-17 23:17:46 +02:00
}
},
"result": {
"item": "prettypipes:blank_module"
}
}