Add mable and basalt ores to ore typefilter
This commit is contained in:
parent
650ec1a800
commit
cca28f29fa
1 changed files with 3 additions and 1 deletions
|
@ -125,7 +125,9 @@ public class GT_MetaTileEntity_TypeFilter
|
|||
tFix == OrePrefixes.orePoor ||
|
||||
tFix == OrePrefixes.oreRedgranite ||
|
||||
tFix == OrePrefixes.oreRich ||
|
||||
tFix == OrePrefixes.oreSmall) tAllowPrefix = true;
|
||||
tFix == OrePrefixes.oreSmall ||
|
||||
tFix == OrePrefixes.oreBasalt ||
|
||||
tFix == OrePrefixes.oreMarble) tAllowPrefix = true;
|
||||
}
|
||||
}
|
||||
return (super.allowPutStack(aBaseMetaTileEntity, aIndex, aSide, aStack)) && ((this.bNBTAllowed) || (!aStack.hasTagCompound())) && (tAllowPrefix != this.bInvertFilter);
|
||||
|
|
Loading…
Reference in a new issue