LifeSourcesLight: Release v1.3.0

This commit is contained in:
Chev 2025-05-22 02:14:12 -07:00
parent b9bcd0e749
commit 8d7c4fa6cb
Signed by: chev2
GPG key ID: 0B212D6AED495EC9
2 changed files with 9 additions and 2 deletions

View file

@ -1,5 +1,5 @@
displayName = Heart Crystal & Life Fruit Glow
author = Chev
version = 1.2.0
version = 1.3.0
homepage = https://github.com/chev2/terraria-mods
side = Client

View file

@ -1,6 +1,13 @@
Makes heart crystals [i/s1:29] & life fruits [i/s1:1291] emit light.
Makes life crystals [i/s1:29] & life fruits [i/s1:1291] emit light.
[c/00FFFF:Changelog]
[v1.3.0] 2025-05-22
- Attempt to fix bug where lights would sometimes not work in multiplayer until config was reloaded
- Added some nice item icons to the config menu
- Update mod internals to reflect newer tModLoader standards
- Migrate from .NET 6.0 to .NET 8.0
- Use newer LabelKey and TooltipKey for mod configuration
[v1.2.0] 2023-08-06
- Update for tModLoader v1.4.4
- Life Fruits now glow yellow instead of green to better distinguish them from Jungle Spores