Removed compressor recipe for iridium alloy plate.

This commit is contained in:
drcrazy 2022-07-02 11:43:41 +03:00
parent f3177b691a
commit 72b41bcec1

View file

@ -38,6 +38,10 @@ class CompressorRecipesProvider extends TechRebornRecipesProvider {
@Override @Override
void generateRecipes() { void generateRecipes() {
TRContent.Plates.values().each {plate -> 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) { if (plate.getSource() != null) {
var ingredient = TagConvertible.convertIf(plate.getSource()) var ingredient = TagConvertible.convertIf(plate.getSource())
offerCompressorRecipe { offerCompressorRecipe {