Buffed oreCoal processing in Industrial Grinder
This commit is contained in:
parent
253abcad48
commit
f01d75404c
1 changed files with 3 additions and 2 deletions
|
@ -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));
|
||||
|
|
Loading…
Add table
Reference in a new issue