Releases: Valheim-Modding/Jotunn
Releases · Valheim-Modding/Jotunn
v1.0.1-rc3
test version tagging
v1.0.1-rc2
v1.0.0-rc
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
- Merged VL's Entity abstractions: