PrettyPipes/src/main/resources/data/prettypipes/recipes/medium_low_priority_module.json
2020-12-07 01:14:15 +01:00

19 lines
359 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
" C ",
"CMC",
" C "
],
"key": {
"C": {
"tag": "forge:cobblestone"
},
"M": {
"item": "prettypipes:low_low_priority_module"
}
},
"result": {
"item": "prettypipes:medium_low_priority_module"
}
}