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

20 lines
302 B
JSON

{
"type": "minecraft:crafting_shaped",
"pattern": [
"SSS",
"SCS",
"SCS"
],
"key": {
"S": {
"tag": "steampowered:plates/cast_iron"
},
"C": {
"item": "create:fluid_pipe"
}
},
"result": {
"item": "steampowered:cast_iron_boiler",
"count": 1
}
}