Always add refined iron ingot to smelting, I forgot to remove it

This commit is contained in:
modmuss50 2019-01-24 21:38:21 +00:00
parent f4a24d7c25
commit 0228d72179

View file

@ -38,9 +38,7 @@ public class SmeltingRecipes extends RecipeMethods {
public static void init() {
register(getMaterial("sap", Type.PART), getMaterial("rubber", Type.PART));
if (!IC2Duplicates.deduplicate()) {
register(getStack(Items.IRON_INGOT), getMaterial("refined_iron", Type.INGOT));
}
register(getStack(Items.IRON_INGOT), getMaterial("refined_iron", Type.INGOT));
register(BlockOre2.getOreByName("copper"), getMaterial("copper", Type.INGOT));
register(BlockOre2.getOreByName("tin"), getMaterial("tin", Type.INGOT));
register(BlockOre.getOreByName("silver"), getMaterial("silver", Type.INGOT));