Releases: spaar/besiege-modloader
Releases · spaar/besiege-modloader
1.7.1
- Update for Besiege v0.45a compatibility
- Improve error handling in Configuration loading
- Increase maximum length of console commands
1.7.0
- Update for Besiege v0.45 compatibility
- [Feature, API] Thanks to @Pixali, a library called "Harmony" that allows runtime patching of game code is now integrated into the mod loader
- Notice for modders: The game contains a class called
OptionsMenu
now, so to access the mod loader one you'll need to use ModLoader.OptionsMenu
1.6.2
- Update for compatibility with Besiege v0.42 Hotfix B
1.6.1
- Update for Besiege v0.42 Hotfix A compatibility
- [BUGFIX] Fix the block loader throwing an ArgumentException under certain circumstances.
1.6.0
- Update for Besiege v0.42 compatibility
- [API] Allow mods to keep references to OptionsButtons and SettingsButtons after they were created. Thanks @lench4991 for this.
1.5.4
- Update for Besiege v0.4 compatibility
- [BUGFIX] Numpad keys can now be used in the key mapper
1.5.3
- Update for Besiege v0.35 compatibility
1.5.2
- Update for Besiege v0.32 Hotfix C compatibility
- [BUGFIX] Fix pin blocks always displaying interception warning
- [BUGFIX] Include Old Sandbox and Barren Expanse in zone handling API
- [API] Add MirrorVisuals and MirrorColliders method to BlockScript
1.5.1
- Fix missing block loader resources
1.5.0
- Update for Besiege v0.32 Hotfix B compatibility
- [Feature] Integrate the block loader by TheGuysYouDespise into the mod loader