mirror of
https://github.com/chev2/terraria-mods.git
synced 2026-04-26 20:51:40 +00:00
LifeSourcesLight: Release v1.3.0
This commit is contained in:
parent
b9bcd0e749
commit
8d7c4fa6cb
2 changed files with 9 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue