tweak release notes
This commit is contained in:
parent
2e63fff9ab
commit
2990784433
|
@ -6,9 +6,10 @@
|
||||||
* Tweaked installer to reduce antivirus false positives.
|
* Tweaked installer to reduce antivirus false positives.
|
||||||
|
|
||||||
* For modders:
|
* For modders:
|
||||||
* Added `GameLoop.OneSecondUpdateTicking/Ticked` events.
|
* Added new [events](https://stardewvalleywiki.com/Modding:Modder_Guide/APIs/Events):
|
||||||
* Added `Specialised.LoadStageChanged` for mods which need to do something at a specific point in the game's save loading process.
|
* `GameLoop.OneSecondUpdateTicking` and `OneSecondUpdateTicked`;
|
||||||
* You can now use read/write save data as soon as the save is loaded (instead of once the world is initialised).
|
* `Specialised.LoadStageChanged`.
|
||||||
|
* You can now use `helper.Data.Read/WriteSaveData` as soon as the save is loaded (instead of once the world is initialised).
|
||||||
|
|
||||||
## 2.9.3
|
## 2.9.3
|
||||||
* For players:
|
* For players:
|
||||||
|
|
Loading…
Reference in New Issue