AEModernMCPort / Applied-Energistics-3-Fork

A Minecraft Mod about Matter, Energy and using them to conquer the world..
http://ae-mod.info/
Other
37 stars 12 forks source link

TileEntity state not being updated on entering the game #35

Closed shartte closed 7 years ago

shartte commented 8 years ago

State that doesn't depend on BlockState / meta is not being updated when entering the game.

Example: The Vibration Chamber tile entity doesn't get it's "isOn" flag when entering the world, even though it should be true.

Cause: getUpdateTag / handleUpdateTag are not implemented in AEBaseTile. I have a fix ready that I am going to submit a PR for soon.

Elix-x commented 8 years ago

Whole sync system is broken and needs fix/rewrite.

shartte commented 8 years ago

The PR at least fixes the log-in sync issue for me tbh. The syncing on state-change (i.e. placing fuel into vibration chamber) worked before.