Missed one file
This commit is contained in:
parent
f12ae9a63f
commit
a82469b481
1 changed files with 1 additions and 0 deletions
|
@ -642,6 +642,7 @@ public enum OrePrefixes {
|
||||||
if (aMaterial.mBlastFurnaceTemp <= 1750) ingotHot.mDisabledItems.add(aMaterial); //Moved HotIngot code from GT_MetaGenerated_Item_01 so all this is in once place
|
if (aMaterial.mBlastFurnaceTemp <= 1750) ingotHot.mDisabledItems.add(aMaterial); //Moved HotIngot code from GT_MetaGenerated_Item_01 so all this is in once place
|
||||||
if (!enableUnusedSprings && (aMaterial != Materials.Titanium)) spring.mDisabledItems.add(aMaterial);
|
if (!enableUnusedSprings && (aMaterial != Materials.Titanium)) spring.mDisabledItems.add(aMaterial);
|
||||||
if (!enableUnusedSmallSprings) springSmall.mDisabledItems.add(aMaterial);
|
if (!enableUnusedSmallSprings) springSmall.mDisabledItems.add(aMaterial);
|
||||||
|
if (!enableUnusedRounds && !(aMaterial == Materials.HSSE || aMaterial == Materials.Neutronium || aMaterial == Materials.HSSG)) round.mDisabledItems.add(aMaterial);
|
||||||
if (!enableUnusedCrates) {
|
if (!enableUnusedCrates) {
|
||||||
if (!(aMaterial == Materials.DamascusSteel || aMaterial == Materials.Steel || aMaterial == Materials.Bronze || aMaterial == Materials.Manganese))
|
if (!(aMaterial == Materials.DamascusSteel || aMaterial == Materials.Steel || aMaterial == Materials.Bronze || aMaterial == Materials.Manganese))
|
||||||
crateGtIngot.mDisabledItems.add(aMaterial);
|
crateGtIngot.mDisabledItems.add(aMaterial);
|
||||||
|
|
Loading…
Reference in a new issue