File tree 3 files changed +10
-2
lines changed
build_logic/src/main/kotlin/lambdynamiclights
3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 313
313
- Updated Vietnamese translations ([ #276 ] ( https://github.com/LambdAurora/LambDynamicLights/pull/276 ) ).
314
314
- Updated [ Yumi Commons] for better dependency resolution.
315
315
316
+ ### 4.1.2
317
+
318
+ - Updated [ Yumi Commons] to fix a crash on NeoForge with Sinytra Connector due to bad handling of JPMS.
319
+
316
320
## 4.2.0
317
321
318
322
- Updated to Minecraft 1.21.5.
347
351
- Updated Vietnamese translations ([ #276 ] ( https://github.com/LambdAurora/LambDynamicLights/pull/276 ) ).
348
352
- Updated [ Yumi Commons] for better dependency resolution.
349
353
354
+ ### 4.2.6
355
+
356
+ - Updated [ Yumi Commons] to fix a crash on NeoForge with Sinytra Connector due to bad handling of JPMS.
357
+
350
358
[ SpruceUI ] : https://github.com/LambdAurora/SpruceUI " SpruceUI page "
351
359
[ pridelib ] : https://github.com/Queerbric/pridelib " Pridelib page "
352
360
[ Yumi Commons ] : https://github.com/YumiProject/yumi-commons " Yumi Commons page "
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ object Constants {
8
8
const val NAME = " lambdynamiclights"
9
9
const val NAMESPACE = " lambdynlights"
10
10
const val PRETTY_NAME = " LambDynamicLights"
11
- const val VERSION = " 4.1.1 "
11
+ const val VERSION = " 4.1.2 "
12
12
const val JAVA_VERSION = 17
13
13
14
14
const val DESCRIPTION = " The most feature-complete dynamic lighting mod for Fabric."
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ mappings-yalmm = "6"
6
6
mappings-parchment = " 2024.07.28"
7
7
8
8
# Dependencies
9
- yumi-commons = " 1.0.0-alpha.6 "
9
+ yumi-commons = " 1.0.0-alpha.7 "
10
10
spruceui = " 6.2.1+1.20"
11
11
pridelib = " 1.2.0+1.19.4"
12
12
modmenu = " 7.2.2"
You can’t perform that action at this time.
0 commit comments