Skip to content

Commit be631e2

Browse files
committed
1.6.0
1 parent e4dff22 commit be631e2

5 files changed

Lines changed: 4 additions & 11 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,3 @@ jobs:
3434
with:
3535
name: forge-artifacts
3636
path: forge/build/libs/*.jar
37-
38-
- name: Upload NeoForge artifacts
39-
uses: actions/upload-artifact@v5
40-
with:
41-
name: neoforge-artifacts
42-
path: neoforge/build/libs/*.jar

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.20 <1.20.5"
26+
"minecraft": ">=1.20 <1.20.3"
2727
}
2828
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ logoFile = "assets/texturelocaleredirector/icon.png"
1717
[[dependencies.texturelocaleredirector]]
1818
modId = "minecraft"
1919
mandatory = true
20-
versionRange = "[1.20,1.20.5)"
20+
versionRange = "[1.20,1.20.3)"
2121
ordering = "NONE"
2222
side = "BOTH"

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ enabled_platforms=fabric,forge
66
yarn_mappings=1.20.1+build.10
77

88
archives_base_name=Texture-Locale-Redirector
9-
mod_version=1.5.0
9+
mod_version=1.6.0
1010
maven_group=com.wulian.texturelocaleredirector
1111

1212
forge_version=47.4.13
1313

14-
fabric_loader_version=0.18.1
14+
fabric_loader_version=0.18.4
1515
fabric_api_version=0.92.6+1.20.1
1616

settings.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ pluginManagement {
33
maven { url = "https://maven.architectury.dev/" }
44
maven { url = "https://maven.fabricmc.net/" }
55
maven { url = "https://maven.minecraftforge.net/" }
6-
maven { url = "https://maven.neoforged.net/releases/" }
76
gradlePluginPortal()
87
}
98
}

0 commit comments

Comments
 (0)