PrettyPipes/src/main/resources/data/prettypipes/recipes/low_extraction_module.json
2020-04-17 23:17:46 +02:00

22 lines
410 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
" P ",
"RMR",
" R "
],
"key": {
"R": {
"item": "minecraft:redstone"
},
"P": {
"item": "minecraft:piston"
},
"M": {
"item": "prettypipes:blank_module"
}
},
"result": {
"item": "prettypipes:low_extraction_module"
}
}