SteamPowered/src/main/resources/data/steampowered/recipes/bronze_steam_engine.json
2022-01-20 16:36:29 +08:00

30 lines
466 B
JSON

{
"type": "create:mechanical_crafting",
"pattern": [
"PCB",
"PCI",
"PCB"
],
"key": {
"P": {
"tag": "steampowered:bronzeplate"
},
"B": {
"tag": "steampowered:bronze"
},
"I": [
{
"item": "minecraft:piston"
},
{
"item": "minecraft:sticky_piston"
}
],
"C": {
"item": "create:fluid_pipe"
}
},
"result": {
"item": "steampowered:bronze_steam_engine"
}
}