SteamPowered/src/main/resources/data/steampowered/recipes/alternative/bronze_steam_engine.json
2022-05-22 21:05:43 +08:00

36 lines
574 B
JSON

{
"type": "create:mechanical_crafting",
"pattern": [
"PCB",
"PCI",
"PCB"
],
"key": {
"P": {
"tag": "steampowered:plates/bronze"
},
"B": {
"tag": "forge:ingots/brass"
},
"I": [
{
"item": "minecraft:piston"
},
{
"item": "minecraft:sticky_piston"
}
],
"C": {
"item": "create:fluid_pipe"
}
},
"result": {
"item": "steampowered:bronze_steam_engine"
},
"conditions": [
{
"tag": "forge:ingots/bronze",
"type": "forge:tag_empty"
}
]
}