Failed attempt to make cell recipe in reactor
This commit is contained in:
parent
213c1b6faa
commit
c4a3e5ecf5
1 changed files with 21 additions and 0 deletions
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"type": "techreborn:chemical_reactor",
|
||||
"power": 30,
|
||||
"time": 800,
|
||||
"ingredients": [
|
||||
{
|
||||
"fluid": "techreborn:carbon"
|
||||
},
|
||||
{
|
||||
"fluid": "techreborn:calcium"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "techreborn:cell",
|
||||
"tag": {
|
||||
"fluid": "techreborn:calciumcarbonate"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue