Fix for lava cell amount in centrifuge.
This commit is contained in:
parent
6d514766ed
commit
ad1ec32b57
1 changed files with 4 additions and 3 deletions
|
@ -5,13 +5,14 @@
|
||||||
"ingredients": [
|
"ingredients": [
|
||||||
{
|
{
|
||||||
"fluid": "minecraft:lava",
|
"fluid": "minecraft:lava",
|
||||||
"holder": "techreborn:cell"
|
"holder": "techreborn:cell",
|
||||||
|
"count": 16
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"results": [
|
"results": [
|
||||||
{
|
{
|
||||||
"item": "techreborn:tin_ingot",
|
"item": "techreborn:cell",
|
||||||
"count": 6
|
"count": 16
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"item": "techreborn:copper_ingot",
|
"item": "techreborn:copper_ingot",
|
||||||
|
|
Loading…
Add table
Reference in a new issue