Failed attempt to make cell recipe in reactor

This commit is contained in:
drcrazy 2019-07-29 11:25:44 +03:00
parent 213c1b6faa
commit c4a3e5ecf5

View file

@ -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"
}
}
]
}