We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae0dd0b commit f2302d2Copy full SHA for f2302d2
CHANGELOG.md
@@ -6,10 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [2101.1.10]
8
9
+### Added
10
+* Waypoints added via API can now be marked as transient
11
+ * Transient waypoints are not persisted on the client after player logout or dimension changing
12
+ * Transient waypoints should be added via the new `WaypointManagerEvent.AVAILABLE` Architectury event
13
+
14
### Fixed
15
* Fixed minimap game time display being out by 6 game hours
16
* Fixed added waypoint Y values being way out in void dimensions
17
* Fixed Yellow Archwood (Ars Elemental) being wrong colour on the map (thanks @cragolf)
18
+* Fixed a dupe bug under certain circumstances
19
20
## [2101.1.9]
21
0 commit comments