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

22 lines
406 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
" H ",
"RMR",
" R "
],
"key": {
"R": {
"item": "minecraft:redstone"
},
"H": {
"item": "minecraft:hopper"
},
"M": {
"item": "prettypipes:blank_module"
}
},
"result": {
"item": "prettypipes:low_filter_module"
}
}