What's Changed
- Building mods now uses the
core/
folder found in the SDK install directory instead of thecore/
folder inside a mod's source folder.
You can revert this behavior by passing in the any of the following flags:-useModCore
,-use-mod-core
,-core
,-c
- Fixed a issue with
.stream
files not being copied from the.temp
folder into the local workshop directory when building mods locally. - Added in a github actions that allow for automatic publishing of releases
Full Commit Log: 1.8.0...1.8.2