Fixed Grid filters not updating Grid.
This commit is contained in:
@@ -12,6 +12,7 @@
|
|||||||
- Made the Crafting Preview window bigger (raoulvdberge)
|
- Made the Crafting Preview window bigger (raoulvdberge)
|
||||||
- Fixed crash log when opening Pattern Grid GUI (raoulvdberge)
|
- Fixed crash log when opening Pattern Grid GUI (raoulvdberge)
|
||||||
- Fixed being able to put non fluid containers in Fluid Interface input slot (raoulvdberge)
|
- Fixed being able to put non fluid containers in Fluid Interface input slot (raoulvdberge)
|
||||||
|
- Fixed Grid filters not updating Grid (raoulvdberge)
|
||||||
- Updated Russian translation (kellixon)
|
- Updated Russian translation (kellixon)
|
||||||
- Overhauled and updated German translation (Cydhra)
|
- Overhauled and updated German translation (Cydhra)
|
||||||
|
|
||||||
|
@@ -44,7 +44,7 @@ public class ItemHandlerFilter extends ItemHandlerBase {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (FMLCommonHandler.instance().getSide() == Side.CLIENT && !filters.isEmpty()) {
|
if (FMLCommonHandler.instance().getSide() == Side.CLIENT) {
|
||||||
GuiBase.executeLater(GuiGrid.class, grid -> grid.getView().sort());
|
GuiBase.executeLater(GuiGrid.class, grid -> grid.getView().sort());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user