Fix coolant cells recipe

This commit is contained in:
drcrazy 2022-02-18 23:28:22 +03:00
parent 92f98a5c56
commit df8706381b
2 changed files with 37 additions and 29 deletions

View file

@ -1,16 +1,20 @@
{
"type": "techreborn:solid_canning_machine",
"power": 1,
"time": 60,
"ingredients": [
{
"item": "techreborn:cell",
"nbt": "helium"
}
],
"results": [
{
"item": "techreborn:helium_coolant_cell_60k"
}
]
"type": "techreborn:solid_canning_machine",
"power": 1,
"time": 60,
"ingredients": [
{
"fluid": "techreborn:helium",
"holder": "techreborn:cell"
},
{
"item": "techreborn:tin_ingot",
"count": 2
}
],
"results": [
{
"item": "techreborn:helium_coolant_cell_60k"
}
]
}

View file

@ -1,17 +1,21 @@
{
"type": "techreborn:solid_canning_machine",
"power": 1,
"time": 60,
"ingredients": [
{
"item": "techreborn:cell",
"nbt": "water"
}
],
"results": [
{
"item": "techreborn:water_coolant_cell_10k",
"count": 2
}
]
"type": "techreborn:solid_canning_machine",
"power": 1,
"time": 60,
"ingredients": [
{
"fluid": "minecraft:water",
"holder": "techreborn:cell"
},
{
"item": "techreborn:tin_ingot",
"count": 2
}
],
"results": [
{
"item": "techreborn:water_coolant_cell_10k",
"count": 2
}
]
}