Adds compressor recipe for empty cell -> compressed air cell (#2505)
This commit is contained in:
parent
7d85960a4a
commit
6b89b08ff0
1 changed files with 19 additions and 0 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Reference in a new issue