Skip to content

Commit 5d8b592

Browse files
committed
Switch to 26.1.1
1 parent 1c3daa9 commit 5d8b592

File tree

4 files changed

+10
-13
lines changed

4 files changed

+10
-13
lines changed

CHANGELOG.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,11 @@ _LithiumVersion_ is automatically replaced with the lithium version, e.g. 0.14.5
44
Everything above the line is ignored and not included in the changelog. Everything below will be in the
55
changelog on GitHub, Modrinth and CurseForge.
66
----------
7-
Lithium _LithiumVersion_ for Minecraft _MCVersion_ fixes a critical issue.
7+
Lithium _LithiumVersion_ is the first release for Minecraft _MCVersion_.
88

99
Make sure to take a backup of your world before using the mod and please report any bugs and mod compatibility issues at the [issue tracker](https://github.com/CaffeineMC/lithium-fabric/issues). You can check the [description of each optimization](https://github.com/CaffeineMC/lithium/blob/_ReleaseTag_/lithium-mixin-config.md) and how to disable it when encountering a problem.
1010

1111
It is highly recommended to update from the previous release.
1212

13-
## Additions
14-
- Reintroduce brain memory change counting optimization
15-
16-
## Fixes
17-
- Fix block counting utility, used for random ticking, oversized block collisions, and pathfinding around special blocks.
13+
## Changes
14+
- Switch to 26.1.1

build.gradle.kts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@ plugins {
77

88
// Fabric: https://fabricmc.net/develop/
99
// Neoforge: https://neoforged.net/
10-
val MINECRAFT_VERSION by extra { "26.1" } //MUST manually update fabric.mod.json and neoforge.mods.toml
11-
val NEOFORGE_VERSION by extra { "26.1.0.5-beta" }
12-
val FABRIC_LOADER_VERSION by extra { "0.18.5" }
13-
val FABRIC_API_VERSION by extra { "0.144.3+26.1" }
10+
val MINECRAFT_VERSION by extra { "26.1.1" } //MUST manually update fabric.mod.json and neoforge.mods.toml
11+
val NEOFORGE_VERSION by extra { "26.1.1.0-beta" }
12+
val FABRIC_LOADER_VERSION by extra { "0.18.6" }
13+
val FABRIC_API_VERSION by extra { "0.145.2+26.1.1" }
1414

1515
// This value can be set to null to disable Parchment.
1616
val PARCHMENT_VERSION by extra { null }
1717

1818
// https://semver.org/
19-
val MOD_VERSION by extra { "0.22.1" }
19+
val MOD_VERSION by extra { "0.23.0" }
2020

2121
allprojects {
2222
apply(plugin = "java")

fabric/src/main/resources/fabric.mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"accessWidener": "lithium.accesswidener",
2929
"depends": {
3030
"fabricloader": ">=0.15.1",
31-
"minecraft" : "26.1"
31+
"minecraft" : "26.1.1"
3232
},
3333
"breaks": {
3434
"optifabric": "*"

neoforge/src/main/resources/META-INF/neoforge.mods.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Lithium is a free and open-source optimization mod for Minecraft which makes a w
2323
[[dependencies.lithium]]
2424
modId = "minecraft"
2525
type = "required"
26-
versionRange = "26.1"
26+
versionRange = "26.1.1"
2727
ordering = "NONE"
2828
side = "BOTH"
2929

0 commit comments

Comments
 (0)