Skip to content

Commit 60fac40

Browse files
committed
Bump Mod Version
1 parent 7d0fdab commit 60fac40

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ val FABRIC_API_VERSION by extra { "0.110.5+1.21.4" }
1818
val PARCHMENT_VERSION by extra { null }
1919

2020
// https://semver.org/
21-
val MOD_VERSION by extra { "0.14.4" }
21+
val MOD_VERSION by extra { "0.14.5" }
2222

2323
allprojects {
2424
apply(plugin = "java")

lithium-neoforge-mixin-config.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,6 @@ Various improvements to game events (vibrations) that are detected by allays, wa
595595
(default: `true`)
596596
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.
597597
Requirements:
598-
599598
- `mixin.util.data_storage=true`
600599
- `mixin.util.chunk_status_tracking=true`
601600

0 commit comments

Comments
 (0)