Add a none tag recipe for now

This commit is contained in:
yuesha-yc 2021-10-29 00:19:56 -07:00
parent 2df15b9cce
commit 2b26bd45c0
No known key found for this signature in database
GPG key ID: 009D79A802D4ED01

View file

@ -0,0 +1,17 @@
{
"type": "create:filling",
"ingredients": [
{
"item": "steampowered:pressurized_gas_container"
},
{
"fluid": "steampowered:steam",
"amount": 1000
}
],
"results": [
{
"item": "steampowered:pressurized_steam_container"
}
]
}