ReaddAnnealed/Wrought config
This commit is contained in:
parent
79f0947172
commit
1a78a8dd51
1 changed files with 4 additions and 0 deletions
|
@ -210,7 +210,11 @@ public class GT_RecipeRegistrator {
|
|||
continue;
|
||||
}
|
||||
if (tMaterial.mMaterial.contains(SubTag.METAL)) {
|
||||
if(GT_Mod.gregtechproxy.mArcSmeltIntoAnnealed){
|
||||
tMaterial.mMaterial = tMaterial.mMaterial.mSmeltInto.mArcSmeltInto;
|
||||
}else{
|
||||
tMaterial.mMaterial = tMaterial.mMaterial.mSmeltInto.mSmeltInto;
|
||||
}
|
||||
continue;
|
||||
}
|
||||
tMaterial.mAmount = 0;
|
||||
|
|
Loading…
Reference in a new issue