Releases: Wully616/BetterMods
0.0.7 - to match nexus version
Updated manifest
Minor fixes
Minor fixes for catching issues with custom render passes
Global Item Module loader + Custom render pass
Added: new level module - LevelModuleGlobalItemModule which lets you apply itemModules to a all or a subset of ItemData types automatically in the catalog.
Added: Custom render pass scripts for future custom render pass mods.
New events and dependency checking
Bugfixes:
Added try catches to the better events module in case other mods calling the events does something bad.
New features:
Added option to disable the full class namespace being printed in logs with BetterLogger
Collision events for player held items hitting stuff
Casting events - OnPlayerCast, OnPlayerSpray, OnPlayerMerge events
Added a dependency checking module to validate manifests and dll dependancies for helping bug diagnosis
0.0.3 - BetterLogger and extensions
Addition of BetterHelpers
Added BetterHelpers, some minor refactoring