- Steam App
- Allumeria (3516590)
- Event type
- patch note
- Published
- 13 September 2026 - 02:11:58 UTC
- Source
- steam_community_announcements
Bandaid fix for the issue where you clip through blocks rarely. Technical explanation: it occurs when you are in a positive coordinate for an axis. You walk towards a block at x or z 0 and release the W key before touching the block. This causes the movement interpolation to perfectly align you with the EXACT edge of the block. Kind of like finding the limit of a slope in calculus. Due to some weirdness at the 0,-0 boundary this causes the collision check to fail and allows you to walk straight though after being aligned. I say I have done a bandaid fix because I was able to solve it by not allowing the movement intepolation to use infinitely small values, instead being capped at a length of 0.01. This does mean the bug technically remains but the likelyhood of it occuring is extremely, extremely rare. The setup I was using to replicate the issue no-longer works. Fixed a bug where you co...