[QoL] Improve support for movable block/tile Entities.
Speiger opened this issue ยท 0 comments
Quark does some stuff that effectively confuses IC2Cs Loading/Unloading system of Tiles...
What should be done is implement a case where if a TileEntity loads while it is already being invalidated it should not try to do certain things.
Also maybe do a few tests just in case so compat is slightly improved.
Code reference for when i tackle this.
https://github.com/VazkiiMods/Quark/blob/f14ce5cabec722f6a278d9f1cdf099bcfb7b3ce5/src/main/java/vazkii/quark/content/automation/module/PistonsMoveTileEntitiesModule.java#L131