aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/api/gui/GT_GUIContainer_MultiMachine.java
diff options
context:
space:
mode:
authorLéa Gris <lea.gris@noiraude.net>2021-04-26 01:14:49 +0200
committerLéa Gris <lea.gris@noiraude.net>2021-04-26 01:14:49 +0200
commit47d60d6166bd9f7b518501596f3727ff32102a1b (patch)
tree129a970fefd1a4ba8af6ac7c05f5dc530e640249 /src/main/java/gregtech/api/gui/GT_GUIContainer_MultiMachine.java
parent8cf78defd29237ea711fb31f55de06c6fa9cfdc4 (diff)
downloadGT5-Unofficial-47d60d6166bd9f7b518501596f3727ff32102a1b.tar.gz
GT5-Unofficial-47d60d6166bd9f7b518501596f3727ff32102a1b.tar.bz2
GT5-Unofficial-47d60d6166bd9f7b518501596f3727ff32102a1b.zip
fix(hidecover) unchained posttick caused missed texture and size change
Add missing chaining of the `onPostTick` event handler to parent class. `GT_MetaPipeEntity_(Cable|Pipe|Fluid)` classes were not forwarding the `onPostTick` event handler to their parent `MetaPipeEntity` class, so pipes were not rendering the change unless another machine tile which did properly chain the event handler to its parent (like `GT_MetaTileEntity_TieredMachineBlock`) was present in same chunk.
Diffstat (limited to 'src/main/java/gregtech/api/gui/GT_GUIContainer_MultiMachine.java')
0 files changed, 0 insertions, 0 deletions