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": [
|
||||
{
|
||||
"fluid": "minecraft:lava",
|
||||
"holder": "techreborn:cell"
|
||||
"holder": "techreborn:cell",
|
||||
"count": 16
|
||||
}
|
||||
],
|
||||
"results": [
|
||||
{
|
||||
"item": "techreborn:tin_ingot",
|
||||
"count": 6
|
||||
"item": "techreborn:cell",
|
||||
"count": 16
|
||||
},
|
||||
{
|
||||
"item": "techreborn:copper_ingot",
|
||||
|
|
Loading…
Reference in a new issue