Skip to content

Commit

Permalink
LambDynamicLights v4.0.0+1.21.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
LambdAurora committed Dec 3, 2024
1 parent 446dee1 commit 19a9ea4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,7 @@ Using this mod is very simple!

Install it in your mods folder along with [Fabric API] and [ModMenu], (and [Sodium] if wanted for better performances).

You will notice nothing at first but if you go into the video options or into the settings screen of the mod via [ModMenu], you will notice an option called Dynamic Lights which is by default off, choose the wanted configuration and enjoy!
You can also configure the mod by editing the file in `config/lambdynlights.toml`.
It will work as-is. If you want, you can configure the mod through its settings screen by heading to the video settings or via [ModMenu].

Need help? Come check out [my Discord server][LambdAurora Discord].

Expand Down
2 changes: 1 addition & 1 deletion build_logic/src/main/kotlin/lambdynamiclights/Constants.kt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ object Constants {
const val NAME = "lambdynamiclights"
const val NAMESPACE = "lambdynlights"
const val PRETTY_NAME = "LambDynamicLights"
const val VERSION = "4.0.0-beta.1"
const val VERSION = "4.0.0"
const val JAVA_VERSION = 21

const val DESCRIPTION = "The most feature-complete dynamic lighting mod for Fabric."
Expand Down
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[versions]
minecraft = "1.21.4-pre3"
minecraft = "1.21.4"
fabric-loader = "0.16.9"
fabric-api = "0.110.3+1.21.4"
mappings-yalmm = "8"
fabric-api = "0.110.5+1.21.4"
mappings-yalmm = "9"
mappings-parchment = "2024.07.28"

# Dependencies
Expand All @@ -18,7 +18,7 @@ nightconfig = "3.8.1"

# Gradle
gradle-licenser = "2.0.+"
gradle-loom = "1.8.+"
gradle-loom = "1.9.+"
mappingio = "0.6.1"
gson = "2.11.0"

Expand Down

0 comments on commit 19a9ea4

Please sign in to comment.