Fix coolant cells recipe
This commit is contained in:
parent
92f98a5c56
commit
df8706381b
2 changed files with 37 additions and 29 deletions
|
@ -1,16 +1,20 @@
|
||||||
{
|
{
|
||||||
"type": "techreborn:solid_canning_machine",
|
"type": "techreborn:solid_canning_machine",
|
||||||
"power": 1,
|
"power": 1,
|
||||||
"time": 60,
|
"time": 60,
|
||||||
"ingredients": [
|
"ingredients": [
|
||||||
{
|
{
|
||||||
"item": "techreborn:cell",
|
"fluid": "techreborn:helium",
|
||||||
"nbt": "helium"
|
"holder": "techreborn:cell"
|
||||||
}
|
},
|
||||||
],
|
{
|
||||||
"results": [
|
"item": "techreborn:tin_ingot",
|
||||||
{
|
"count": 2
|
||||||
"item": "techreborn:helium_coolant_cell_60k"
|
}
|
||||||
}
|
],
|
||||||
]
|
"results": [
|
||||||
|
{
|
||||||
|
"item": "techreborn:helium_coolant_cell_60k"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
|
@ -1,17 +1,21 @@
|
||||||
{
|
{
|
||||||
"type": "techreborn:solid_canning_machine",
|
"type": "techreborn:solid_canning_machine",
|
||||||
"power": 1,
|
"power": 1,
|
||||||
"time": 60,
|
"time": 60,
|
||||||
"ingredients": [
|
"ingredients": [
|
||||||
{
|
{
|
||||||
"item": "techreborn:cell",
|
"fluid": "minecraft:water",
|
||||||
"nbt": "water"
|
"holder": "techreborn:cell"
|
||||||
}
|
},
|
||||||
],
|
{
|
||||||
"results": [
|
"item": "techreborn:tin_ingot",
|
||||||
{
|
"count": 2
|
||||||
"item": "techreborn:water_coolant_cell_10k",
|
}
|
||||||
"count": 2
|
],
|
||||||
}
|
"results": [
|
||||||
]
|
{
|
||||||
|
"item": "techreborn:water_coolant_cell_10k",
|
||||||
|
"count": 2
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue