Adds compressor recipe for empty cell -> compressed air cell (#2505)

This commit is contained in:
Dave Smith 2021-09-19 16:50:25 -06:00 committed by GitHub
parent 7d85960a4a
commit 6b89b08ff0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,19 @@
{
"type": "techreborn:compressor",
"power": 10,
"time": 250,
"ingredients": [
{
"item": "techreborn:cell"
}
],
"results": [
{
"item": "techreborn:cell",
"count": 1,
"nbt": {
"fluid": "techreborn:compressed_air"
}
}
]
}