SteamPowered/src/main/resources/data/steampowered/recipes/filling/pressurized_steam_container_not_tag.json
2021-10-29 00:19:56 -07:00

17 lines
281 B
JSON

{
"type": "create:filling",
"ingredients": [
{
"item": "steampowered:pressurized_gas_container"
},
{
"fluid": "steampowered:steam",
"amount": 1000
}
],
"results": [
{
"item": "steampowered:pressurized_steam_container"
}
]
}