Added 2 canning machine recipes for coolant cells. Thanks to Ayutac
Hopefully this can ease the construction of those.
This commit is contained in:
parent
07f8722d83
commit
eadd16c4be
2 changed files with 33 additions and 0 deletions
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"type": "techreborn:solid_canning_machine",
|
||||
"power": 1,
|
||||
"time": 60,
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "techreborn:cell",
|
||||
"nbt": "helium"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "techreborn:helium_coolant_cell_60k"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"type": "techreborn:solid_canning_machine",
|
||||
"power": 1,
|
||||
"time": 60,
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "techreborn:cell",
|
||||
"nbt": "water"
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "techreborn:water_coolant_cell_10k",
|
||||
"count": 2
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue