Skip to content

Commit

Permalink
sync value
Browse files Browse the repository at this point in the history
  • Loading branch information
ghzdude committed Jan 22, 2024
1 parent c26dc5c commit 43cd159
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/gregtech/common/covers/CoverFluidFilter.java
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,8 @@ public boolean usesMui2() {
public ModularPanel buildUI(SidedPosGuiData guiData, GuiSyncManager guiSyncManager) {
var filteringMode = new EnumSyncValue<>(FluidFilterMode.class, this::getFilterMode, this::setFilterMode);

guiSyncManager.syncValue("filtering_mode", filteringMode);

return getFluidFilter().createPanel(guiSyncManager)
.size(176, 194).padding(7)
.child(CoverWithUI.createTitleRow(getPickItem()))
Expand Down

0 comments on commit 43cd159

Please sign in to comment.