Skip to content

Commit

Permalink
Bump Mod Version
Browse files Browse the repository at this point in the history
  • Loading branch information
2No2Name committed Jan 14, 2025
1 parent 7d0fdab commit 60fac40
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ val FABRIC_API_VERSION by extra { "0.110.5+1.21.4" }
val PARCHMENT_VERSION by extra { null }

// https://semver.org/
val MOD_VERSION by extra { "0.14.4" }
val MOD_VERSION by extra { "0.14.5" }

allprojects {
apply(plugin = "java")
Expand Down
1 change: 0 additions & 1 deletion lithium-neoforge-mixin-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,6 @@ Various improvements to game events (vibrations) that are detected by allays, wa
(default: `true`)
Create game event dispatchers for chunk sections only when needed, i.e. when a listener is added to a section. This reduces memory usage for chunks that do not have any listeners. The dispatchers are accessed more directly instead of indirectly through chunks. In total this speeds up attempting to dispatch events especially when there are no nearby listeners.
Requirements:

- `mixin.util.data_storage=true`
- `mixin.util.chunk_status_tracking=true`

Expand Down

0 comments on commit 60fac40

Please sign in to comment.