From 8d7c4fa6cbec92f9ac84f7e016cad338567e3b3f Mon Sep 17 00:00:00 2001 From: Chev Date: Thu, 22 May 2025 02:14:12 -0700 Subject: [PATCH] LifeSourcesLight: Release v1.3.0 --- LifeSourcesLight/build.txt | 2 +- LifeSourcesLight/description.txt | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/LifeSourcesLight/build.txt b/LifeSourcesLight/build.txt index acfc89b..3f631b3 100644 --- a/LifeSourcesLight/build.txt +++ b/LifeSourcesLight/build.txt @@ -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 diff --git a/LifeSourcesLight/description.txt b/LifeSourcesLight/description.txt index 73e5553..2bfdd07 100644 --- a/LifeSourcesLight/description.txt +++ b/LifeSourcesLight/description.txt @@ -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