Removed compressor recipe for iridium alloy plate.
This commit is contained in:
parent
f3177b691a
commit
72b41bcec1
1 changed files with 4 additions and 0 deletions
|
@ -38,6 +38,10 @@ class CompressorRecipesProvider extends TechRebornRecipesProvider {
|
|||
@Override
|
||||
void generateRecipes() {
|
||||
TRContent.Plates.values().each {plate ->
|
||||
if (plate == TRContent.Plates.IRIDIUM_ALLOY) {
|
||||
// Iridium alloy plate should be gated behind Implosion Compressor
|
||||
return
|
||||
}
|
||||
if (plate.getSource() != null) {
|
||||
var ingredient = TagConvertible.convertIf(plate.getSource())
|
||||
offerCompressorRecipe {
|
||||
|
|
Loading…
Reference in a new issue