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

25 lines
492 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
" P ",
"RMR",
" E "
],
"key": {
"R": {
"item": "minecraft:redstone_block"
},
"P": {
"item": "minecraft:sticky_piston"
},
"M": {
"item": "prettypipes:blank_module"
},
"E": {
"item": "minecraft:ender_pearl"
}
},
"result": {
"item": "prettypipes:low_retrieval_module"
}
}