Added 2 canning machine recipes for coolant cells. Thanks to Ayutac

Hopefully this can ease the construction of those.
This commit is contained in:
Ayutac 2022-02-18 11:52:39 +01:00 committed by GitHub
parent 07f8722d83
commit eadd16c4be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 33 additions and 0 deletions

View file

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

View file

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