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