Skip to content

Releases: Valheim-Modding/Jotunn

v1.0.1-rc3

19 Apr 10:23
Compare
Choose a tag to compare
v1.0.1-rc3 Pre-release
Pre-release

test version tagging

v1.0.1-rc2

18 Apr 22:24
Compare
Choose a tag to compare
v1.0.1-rc2 Pre-release
Pre-release

v1.0.0-rc

17 Apr 23:45
Compare
Choose a tag to compare
v1.0.0-rc Pre-release
Pre-release

Changelog

  • v1.0.0-rc
    • Merged VL's Entity abstractions: CustomItem, CustomPiece, CustomRecipe
    • Implemented JL's Entity Configs into the Custom abstractions
    • Merged VL's runtime FixReference resolver into JVL, split out MockManager to be responsible for prefabs that it resolves.
    • Merged VL's Localization implementation into JVL
    • Refactored JL's patch system to use Monomod's hookgen.
    • Deprecated JL's EventManager in favour of Monomod's event subscriptions (Why implement a feature that already exists?)
    • Refactored JL's and VL's recipe interfaces to provide a consistent developer experience by generalising requirements and providing consistently named abstraction interfaces to piece and item collections.
    • Implemented GUIManager, which facilitates usage of Synchronised configurations
    • Implemented NetworkCompatibility attribute.
    • Implemented custom keybind/hints