Some mods use some Chunk-related events ad expect them to be already filled with blocks at the moment the event is fired (ZeroCore multiblocks for example).
Firing the chunk load event whenever a Cube is loaded will in some cases make things work, but is also likely to break other mods. Another potentially useful mode would be firing the event for the chunk, but only with the block data for the cube actually being loaded (a cube wrapped as a chunk). This would likely make mekanism work better.
The configuration should look something like this:
Some mods use some Chunk-related events ad expect them to be already filled with blocks at the moment the event is fired (ZeroCore multiblocks for example).
Firing the chunk load event whenever a Cube is loaded will in some cases make things work, but is also likely to break other mods. Another potentially useful mode would be firing the event for the chunk, but only with the block data for the cube actually being loaded (a cube wrapped as a chunk). This would likely make mekanism work better.
The configuration should look something like this: