Skip to content

Commit

Permalink
Support 1.20.1 (#217)
Browse files Browse the repository at this point in the history
* Bump versions

* Update mods.toml
  • Loading branch information
Rakambda committed Jun 13, 2023
1 parent 0f8f092 commit 194e352
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions forge/src/main/resources/META-INF/mods.toml
@@ -1,5 +1,5 @@
modLoader = "javafml"
loaderVersion = "[46,)"
loaderVersion = "[47,)"
issueTrackerURL = "https://github.com/${repoUser}/${repoName}/issues"
license = "LGPL-3.0"

Expand All @@ -15,7 +15,7 @@ authors = "Rakambda"
[[dependencies.overpoweredmending]]
modId = "forge"
mandatory = true
versionRange = "[46,)"
versionRange = "[47,)"
ordering = "NONE"
side = "BOTH"
[[dependencies.overpoweredmending]]
Expand Down
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Expand Up @@ -5,11 +5,11 @@ lombok-version = "1.18.28"
jetbrains-annotations-version = "24.0.1"
log4j2-version = "2.20.0"

minecraftVersion = "1.20"
minecraftVersion = "1.20.1"
fabric-loader-version = "0.14.21"
fabric-api-version = "0.83.0+1.20"
forge-version = "1.20-46.0.1"
forgeMappingsVersion = "1.20"
fabric-api-version = "0.83.0+1.20.1"
forge-version = "1.20.1-47.0.1"
forgeMappingsVersion = "1.20.1"

# Mod dependencies
modmenu-version = "7.0.1"
Expand Down

0 comments on commit 194e352

Please sign in to comment.