Lighting / Shadows Pass through Blocks and Doors

The next update will be available on Wednesday, December 18, in the early evening (GMT+1).

This update will not yet replace the Java version, instead it is the actual content update. We'll provide more information about the transition together with the update.
  • The problem is that we're baking shadows dynamically (for reasons of performance, so shadow casting does not need to be performed every frame). Unfortunately the current implementation still has some limitations... the shadow maps are only updated if you modify the surrounding world (e.g. remove or place a block), but it doesn't react to dynamic elements like animated objects (e.g. doors), players, animals etc.


    You can "fix" that by turning the lamp off and on again (this forces the game to recalculate the shadows), so it will recognize the closed door.


    There is a hidden setting to force dynamic shadows, but that has a big impact on performance (and it gets worse the more lights you're using), so it's not recommendable to use that


    We'll rework the shadow caching in the future, so it will properly recognize nearby changes (like closing/opening a door, moving animals etc).

Participate now!

Don’t have an account yet? Create a new account now and be part of our community!