Skip to content

Commit

Permalink
Add Programmed Circuits to GTEmiRecipe Catalysts (#2175)
Browse files Browse the repository at this point in the history
  • Loading branch information
krossgg committed Oct 14, 2024
1 parent d4cac93 commit 488671f
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -559,6 +559,9 @@ public void applyWidgetInfo(@NotNull Widget widget,
tooltips.add(Component.translatable("gtceu.gui.content.per_tick"));
}
});
if (io == IO.IN && this.of(content.content).ingredient().getCustomIngredient() instanceof IntCircuitIngredient) {
slot.setIngredientIO(IngredientIO.CATALYST);
}
}
}
}
Expand Down

0 comments on commit 488671f

Please sign in to comment.