Skip to content

Commit

Permalink
1.20.5 Fabric port.
Browse files Browse the repository at this point in the history
  • Loading branch information
Natan822 committed May 9, 2024
1 parent 74ae20a commit af837d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build-fabric.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id 'fabric-loom' version '1.6-SNAPSHOT'
}

def minecraftVersion = "1.20.6" // Used for output JAR filenames.
def minecraftVersion = "1.20.5" // Used for output JAR filenames.

version = project.mod_version
group = "yalter.mousetweaks"
Expand Down Expand Up @@ -38,7 +38,7 @@ dependencies {
minecraft "com.mojang:minecraft:${minecraftVersion}"
mappings loom.officialMojangMappings()
modImplementation "net.fabricmc:fabric-loader:0.15.10"
modImplementation "net.fabricmc.fabric-api:fabric-api:0.97.8+1.20.6"
modImplementation "net.fabricmc.fabric-api:fabric-api:0.97.8+1.20.5"

modImplementation 'com.terraformersmc:modmenu:10.0.0-beta.1'
}
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 @@ -37,7 +37,7 @@
"depends": {
"fabricloader": ">=0.15.10",
"fabric-api": "*",
"minecraft": "~1.20.6",
"minecraft": "~1.20.5",
"java": ">=21"
},
"suggests": {}
Expand Down

0 comments on commit af837d3

Please sign in to comment.