File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
src/main/java/com/gregtechceu/gtceu/common/machine/multiblock/part Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -356,7 +356,8 @@ protected Flow createSingleSlotUI(PanelSyncManager syncManager) {
356356 .background (GTGuiTextures .MC_BUTTON , GTGuiTextures .BUTTON_LOCK )
357357 .hoverBackground (GTGuiTextures .MC_BUTTON_HOVERED , GTGuiTextures .BUTTON_LOCK )
358358 .selectedBackground (GTGuiTextures .MC_BUTTON_PRESSED , GTGuiTextures .BUTTON_LOCK )
359- .selectedHoverBackground (GTGuiTextures .MC_BUTTON_HOVERED_PRESSED , GTGuiTextures .BUTTON_LOCK ))
359+ .selectedHoverBackground (GTGuiTextures .MC_BUTTON_HOVERED_PRESSED ,
360+ GTGuiTextures .BUTTON_LOCK ))
360361 .child (new FluidSlot ()
361362 .syncHandler (new FluidSlotSyncHandler (tank .getStorages ()[0 ])
362363 .canFillSlot (io .support (IO .IN )))));
You can’t perform that action at this time.
0 commit comments