Skip to content

Commit

Permalink
Also allow 1.20.1 (fixes #277)
Browse files Browse the repository at this point in the history
  • Loading branch information
comp500 committed Feb 6, 2024
1 parent 62892db commit c8648d2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ publishing {
}

// TODO: infer from fabric.mod.json?!
def supportedVersions = ["1.20.2", "1.20.3", "${project.minecraft_version}"]
def supportedVersions = ["1.20.1", "1.20.2", "1.20.3", "${project.minecraft_version}"]
def verName = "Indium ${project.mod_version} for Minecraft 1.20.x/Sodium ${project.sodium_version}"

// Check version is as expected
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ minecraft_version=1.20.4
yarn_mappings=1.20.4+build.3
loader_version=0.15.3
# Mod Properties
mod_version=1.0.29
mod_version=1.0.30
maven_group=link.infra
archives_base_name=indium
# Dependencies
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
],
"depends": {
"fabricloader": ">=0.8.0",
"minecraft": "~1.20.2",
"minecraft": "~1.20.1",
"sodium": "0.5.8",
"fabric-renderer-api-v1": ">=3.2.0",
"fabric-resource-loader-v0": ">=0.4.0"
Expand Down

0 comments on commit c8648d2

Please sign in to comment.