Buffed oreCoal processing in Industrial Grinder

This commit is contained in:
drcrazy 2018-09-02 23:45:02 +03:00
parent 253abcad48
commit f01d75404c

View file

@ -50,7 +50,8 @@ public class IndustrialGrinderRecipes extends RecipeMethods {
if (oresExist("dustSmallThorium")) {
register(getOre("oreCoal"), WATER, 100, 64, getStack(Items.COAL, 2), getOre("dustSmallThorium"));
} else {
register(getOre("oreCoal"), WATER, 100, 64, getStack(Items.COAL, 2));
register(getOre("oreCoal"), WATER, 100, 64, getStack(Items.COAL, 3));
register(getOre("oreCoal"), MERCURY, 100, 64, getStack(Items.COAL, 4));
}
register(getOre("oreIron"), WATER, 100, 64, getMaterial("iron", 2, Type.DUST), getMaterial("tin", Type.SMALL_DUST), getMaterial("nickel", 1, Type.DUST));