Skip to content

Commit

Permalink
Modified to prevent things like extruder/solidifier molds from auto-f…
Browse files Browse the repository at this point in the history
…illing ae2 patterns
  • Loading branch information
Echoloquate committed Oct 23, 2024
1 parent 5f4f067 commit 6fab8bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ public void applyWidgetInfo(@NotNull Widget widget,
tooltips.add(Component.translatable("gtceu.gui.content.per_tick"));
}
});
if (io == IO.IN && this.of(content.content) instanceof IntCircuitIngredient) {
if (io == IO.IN && this.of(content.content) instanceof IntCircuitIngredient || content.chance == 0) {
slot.setIngredientIO(IngredientIO.CATALYST);
}
}
Expand Down

0 comments on commit 6fab8bb

Please sign in to comment.