Skip to content

Releases: LambdAurora/LambDynamicLights

LambDynamicLights v4.2.3+1.21.5

25 Mar 18:22
v4.2.3+1.21.5
b4f9576
Compare
Choose a tag to compare

Changelog:

  • Hotfix performance issues due to a wrong Mixin injection.

LambDynamicLights v4.2.2+1.21.5

25 Mar 17:51
v4.2.2+1.21.5
308469c
Compare
Choose a tag to compare

Changelog:

  • Fixed French and French Canadian translations.
  • Added Spanish translations (#268).
  • Added missing Spanish Mexican translations from Spanish translations as a stop-gap.
  • Updated German translations (thanks zOnlyKroks).

LambDynamicLights v4.2.1+1.21.5

22 Mar 10:17
v4.2.1+1.21.5
928b249
Compare
Choose a tag to compare

Changelog:

  • Updated to Minecraft 1.21.5.
  • Added dynamic lighting to Firefly particles.
  • Added support for entity component predicates.
  • Fixed a crash on start due to a bad mixin remap.
  • Fixed the throwable item projectiles entity dynamic light source JSON.
  • Updated SpruceUI.

LambDynamicLights v4.2.0+1.21.5

20 Mar 21:28
v4.2.0+1.21.5
873524e
Compare
Choose a tag to compare
Pre-release

Changelog:

  • Updated to Minecraft 1.21.5.
  • Added dynamic lighting to Firefly particles.
  • Added support for entity component predicates.
  • Updated SpruceUI.

LambDynamicLights v4.1.0+1.21.4

18 Mar 21:50
v4.1.0+1.21.4
579e7cf
Compare
Choose a tag to compare

Changelog:

  • Added datagen and helper methods to API (#267).
    • This should allow any modders who wishes to datagen LambDynamicLights item or entity light source JSON files to do so easily.
  • Moved lambdynlights:glow_squid, lambdynlights:magma_cube, lambdynlights:water_sensitive, and lambdynlights:wet_sensitive to the API artifact.
    • The water sensitivity setting doesn't affect entity luminance anymore (items are still affected), however this still can be tweaked through resource packs.

LambDynamicLights v4.1.0+1.21.3

18 Mar 21:47
v4.1.0+1.21.3
2c9cd97
Compare
Choose a tag to compare

Changelog:

  • Added datagen and helper methods to API (#267).
    • This should allow any modders who wishes to datagen LambDynamicLights item or entity light source JSON files to do so easily.
  • Moved lambdynlights:glow_squid, lambdynlights:magma_cube, lambdynlights:water_sensitive, and lambdynlights:wet_sensitive to the API artifact.
    • The water sensitivity setting doesn't affect entity luminance anymore (items are still affected), however this still can be tweaked through resource packs.

LambDynamicLights v4.1.0+1.21.1

18 Mar 21:44
v4.1.0+1.21.1
88c3356
Compare
Choose a tag to compare

Changelog:

  • Added datagen and helper methods to API (#267).
    • This should allow any modders who wishes to datagen LambDynamicLights item or entity light source JSON files to do so easily.
  • Moved lambdynlights:glow_squid, lambdynlights:magma_cube, lambdynlights:water_sensitive, and lambdynlights:wet_sensitive to the API artifact.
    • The water sensitivity setting doesn't affect entity luminance anymore (items are still affected), however this still can be tweaked through resource packs.

LambDynamicLights v4.1.0+1.20.1

18 Mar 21:41
v4.1.0+1.20.1
cc1c02a
Compare
Choose a tag to compare

Changelog:

  • Added datagen and helper methods to API (#267).
    • This should allow any modders who wishes to datagen LambDynamicLights item or entity light source JSON files to do so easily.
  • Moved lambdynlights:glow_squid, lambdynlights:magma_cube, lambdynlights:water_sensitive, and lambdynlights:wet_sensitive to the API artifact.
    • The water sensitivity setting doesn't affect entity luminance anymore (items are still affected), however this still can be tweaked through resource packs.

LambDynamicLights v4.0.2+1.21.4

15 Mar 23:01
v4.0.2+1.21.4
9c7acc7
Compare
Choose a tag to compare

Changelog:

  • Improved loading/saving of the configuration file, this should significantly reduce corruption issues.
    • If the file still somehow corrupts, now the file is backed up and a default configuration is loaded instead.
  • Added support for Curios. This is only relevant with Sinytra Connector or forks.
  • Fixed entity dynamic light sources not being saved and loaded at/from the right path in the configuration.
  • Fixed throwable item projectiles with the Item property set not emitting light if the item emits light (#265).
  • Updated Traditional Chinese translations (#261).
  • Updated Turkish translations (#263).
  • Updated Simplified Chinese translations (#264).
  • Updated SpruceUI.

LambDynamicLights v4.0.2+1.21.3

15 Mar 22:55
v4.0.2+1.21.3
ec0d210
Compare
Choose a tag to compare

Changelog:

  • Backported LambDynamicLights 4.0.2 to Minecraft 1.21.3.
  • Updated SpruceUI.

Here's the complete changelog of all the versions included in this backport:

4.0.0

  • Added the ability to define entity light sources in resource packs.
    • Please refer yourself to the documentation for more details.
  • Added display entities dynamic lighting (#209).
    • This affects both block and item displays.
    • If a custom brightness is defined then dynamic lighting disables itself.
  • Added a new API to define fully custom dynamic lighting of varying shapes.
    • Added dynamic lighting to Beacon beams ([#115]).
    • Added dynamic lighting to End Gateway beams ([#115]).
    • Added dynamic lighting to Guardian lasers ([#115]).
  • Added debug settings and renderers to facilitate debugging.
    • Added a debug renderer of active dynamic lighting cells.
    • Added a debug renderer to display chunk rebuilds.
    • Added a debug renderer of dynamic light levels.
    • Added a debug renderer of display the bounding boxes of custom dynamic light sources.
  • Updated the data displayed in the F3 HUD to show more information about dynamic lighting.
  • Refactored heavily the ticking of entity dynamic lighting to make it more abstract.
  • Refactored heavily how chunk rebuilds are queued and how dynamic light sources are represented.
  • Fixed API publication for loom-based setups.
  • Added Upside-down English translations (#254).
  • Updated Dutch translations (#252).
  • Updated German translations (#253).
  • Updated Italian translations (#255).

4.0.1

  • Added Malay and Malay (Jawi) translations (#256).
  • Fixed Upside-down English translations (#257).
  • Fixed custom dynamic light sources sometimes not updating previously lit chunks.

4.0.2

  • Improved loading/saving of the configuration file, this should significantly reduce corruption issues.
    • If the file still somehow corrupts, now the file is backed up and a default configuration is loaded instead.
  • Added support for Curios. This is only relevant with Sinytra Connector or forks.
  • Fixed entity dynamic light sources not being saved and loaded at/from the right path in the configuration.
  • Fixed throwable item projectiles with the Item property set not emitting light if the item emits light (#265).
  • Updated Traditional Chinese translations (#261).
  • Updated Turkish translations (#263).
  • Updated Simplified Chinese translations (#264).