Skip to content

Mech Block Head Fix

Compare
Choose a tag to compare
@ZachHembree ZachHembree released this 15 May 05:39
· 1 commit to master since this release
Change simulation update order to accommodate mod API changes

SE 1.204 changed mech block attach/detach methods to only accept updates once per tick. This change also apparently makes it sensitive to the timing of the update, as well as speed. Updating before sim doesn't work, but during and after work just fine.