Skip to content

Commit a1d0d3f

Browse files
committed
Backport to 1.20 the Yumi Commons update to fix JPMS crash.
2 parents e79d68c + aa5b6ac commit a1d0d3f

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,10 @@
313313
- Updated Vietnamese translations ([#276](https://github.com/LambdAurora/LambDynamicLights/pull/276)).
314314
- Updated [Yumi Commons] for better dependency resolution.
315315

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+
316320
## 4.2.0
317321

318322
- Updated to Minecraft 1.21.5.
@@ -347,6 +351,10 @@
347351
- Updated Vietnamese translations ([#276](https://github.com/LambdAurora/LambDynamicLights/pull/276)).
348352
- Updated [Yumi Commons] for better dependency resolution.
349353

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+
350358
[SpruceUI]: https://github.com/LambdAurora/SpruceUI "SpruceUI page"
351359
[pridelib]: https://github.com/Queerbric/pridelib "Pridelib page"
352360
[Yumi Commons]: https://github.com/YumiProject/yumi-commons "Yumi Commons page"

build_logic/src/main/kotlin/lambdynamiclights/Constants.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ object Constants {
88
const val NAME = "lambdynamiclights"
99
const val NAMESPACE = "lambdynlights"
1010
const val PRETTY_NAME = "LambDynamicLights"
11-
const val VERSION = "4.1.1"
11+
const val VERSION = "4.1.2"
1212
const val JAVA_VERSION = 17
1313

1414
const val DESCRIPTION = "The most feature-complete dynamic lighting mod for Fabric."

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ mappings-yalmm = "6"
66
mappings-parchment = "2024.07.28"
77

88
# Dependencies
9-
yumi-commons = "1.0.0-alpha.6"
9+
yumi-commons = "1.0.0-alpha.7"
1010
spruceui = "6.2.1+1.20"
1111
pridelib = "1.2.0+1.19.4"
1212
modmenu = "7.2.2"

0 commit comments

Comments
 (0)