Skip to content

Commit 85d5917

Browse files
committed
1.6.0
1 parent 598ca10 commit 85d5917

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
"texturelocaleredirector.mixins.json"
2424
],
2525
"depends": {
26-
"minecraft": ">=1.21"
26+
"minecraft": ">=1.21 <26.1"
2727
}
2828
}

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ yarn_mappings=1.21.1+build.3
77
yarn_patch=1.21+build.4
88

99
archives_base_name=Texture-Locale-Redirector
10-
mod_version=1.5.0
10+
mod_version=1.6.0
1111
maven_group=com.wulian.texturelocaleredirector
1212

13-
neoforge_version=21.1.215
14-
fabric_loader_version=0.18.1
13+
neoforge_version=21.1.217
14+
fabric_loader_version=0.18.4
1515
fabric_api_version=0.116.7+1.21.1
1616

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ config = "texturelocaleredirector.mixins.json"
1919
[[dependencies.texturelocaleredirector]]
2020
modId = "minecraft"
2121
type = "required"
22-
versionRange = "[1.21,)"
22+
versionRange = "[1.21,26.1)"
2323
ordering = "NONE"
2424
side = "BOTH"

0 commit comments

Comments
 (0)