File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
src/main/java/com/glodblock/github/client/gui/container Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,3 @@ usesShadowedDependencies = false
6565
6666# Optional parameter to prevent the source code from being published
6767# noPublishedSources =
68- systemProp.http.proxyHost =127.0.0.1
69- systemProp.http.proxyPort =7890
70- systemProp.https.proxyHost =127.0.0.1
71- systemProp.https.proxyPort =7890
Original file line number Diff line number Diff line change 2323import appeng .util .Platform ;
2424import com .glodblock .github .FluidCraft ;
2525import com .glodblock .github .common .parts .PartFluidPatternTerminal ;
26+ import com .glodblock .github .common .parts .PartFluidPatternTerminalEx ;
2627import com .glodblock .github .inventory .InventoryHandler ;
2728import com .glodblock .github .inventory .gui .GuiType ;
2829import com .glodblock .github .network .SPacketMEInventoryUpdate ;
@@ -299,6 +300,10 @@ public void startJob()
299300 {
300301 originalGui = GuiType .FLUID_PATTERN_TERMINAL ;
301302 }
303+ if ( ah instanceof PartFluidPatternTerminalEx )
304+ {
305+ originalGui = GuiType .FLUID_PATTERN_TERMINAL_EX ;
306+ }
302307
303308 if ( this .result != null && !this .isSimulation () && getGrid () != null )
304309 {
You can’t perform that action at this time.
0 commit comments