Fix for lava cell amount in centrifuge.

This commit is contained in:
drcrazy 2019-12-30 18:55:01 +03:00
parent 6d514766ed
commit ad1ec32b57

View file

@ -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",