diff options
author | Léa Gris <lea.gris@noiraude.net> | 2021-04-26 01:14:49 +0200 |
---|---|---|
committer | Léa Gris <lea.gris@noiraude.net> | 2021-04-26 01:14:49 +0200 |
commit | 47d60d6166bd9f7b518501596f3727ff32102a1b (patch) | |
tree | 129a970fefd1a4ba8af6ac7c05f5dc530e640249 /src/main/java/gregtech/api/gui/GT_Container_BasicMachine.java | |
parent | 8cf78defd29237ea711fb31f55de06c6fa9cfdc4 (diff) | |
download | GT5-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_Container_BasicMachine.java')
0 files changed, 0 insertions, 0 deletions