Skip to content

Commit

Permalink
Support 1.20.3+ client
Browse files Browse the repository at this point in the history
  • Loading branch information
LemonCaramel committed Dec 10, 2023
1 parent 7694f64 commit d20a39f
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 6 deletions.
1 change: 0 additions & 1 deletion common/src/main/resources/CocoaInput-common.mixins.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"package": "jp.axer.cocoainput.mixin",
"refmap": "CocoaInput-common.refmap.json",
"minVersion": "0.8",
"mixins": [
"AbstractSignEditScreenMixin",
Expand Down
2 changes: 0 additions & 2 deletions fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ task copyCommonResources(type: Copy) {
}

processResources {
dependsOn(copyCommonResources)

inputs.property "version", project.version

filesMatching("fabric.mod.json") {
Expand Down
1 change: 0 additions & 1 deletion fabric/src/main/resources/CocoaInput-fabric.mixins.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"package": "jp.axer.cocoainput.mixin",
"refmap": "CocoaInput-fabric.refmap.json",
"mixins": [
"MinecraftMixin"
],
Expand Down
2 changes: 1 addition & 1 deletion fabric/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@

"depends": {
"fabricloader": ">=0.14.21",
"minecraft": "1.20.2"
"minecraft": ">=1.20.2"
}
}
2 changes: 1 addition & 1 deletion forge/src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ side = "CLIENT"
[[dependencies.cocoainput]]
modId = "minecraft"
mandatory = true
versionRange = "1.20.2"
versionRange = "[1.20.2,)"
side = "CLIENT"

0 comments on commit d20a39f

Please sign in to comment.