Always add refined iron ingot to smelting, I forgot to remove it
This commit is contained in:
parent
f4a24d7c25
commit
0228d72179
1 changed files with 1 additions and 3 deletions
|
@ -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));
|
||||
|
|
Loading…
Reference in a new issue