Skip to content

Commit

Permalink
Update to 1.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
coltonk9043 committed Sep 22, 2024
1 parent 7d38e5d commit 16c7a44
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dependencies {
// Fabric API. This is technically optional, but you probably want it anyway.
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"

modImplementation files("libs/baritone-standalone-fabric-1.10.2-5-gab84fb74.jar")
modImplementation files("libs/baritone-standalone-fabric-1.10.2-7-ga231748b.jar")
implementation "dev.babbaj:nether-pathfinder:1.4.1"

libImpl("io.netty:netty-handler-proxy:${project.netty_version}") { transitive = false }
Expand Down
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ org.gradle.parallel=true

# Fabric Properties
# check these on https://fabricmc.net/develop
minecraft_version=1.21
yarn_mappings=1.21+build.9
loader_version=0.15.11
minecraft_version=1.21.1
yarn_mappings=1.21.1+build.3
loader_version=0.16.5

# Mod Properties
mod_version=1.4.3
maven_group=net.aoba
archives_base_name=Aoba

# Dependencies
fabric_version=0.100.8+1.21
fabric_version=0.104.0+1.21.1
netty_version=4.1.112.Final
Binary file not shown.
6 changes: 3 additions & 3 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"id": "aoba",
"version": "1.4.3",
"name": "Aoba Hacked Client",
"description": "A Minecraft Fabric 1.21 utility mod.",
"description": "A Minecraft Fabric 1.21.1 utility mod.",
"authors": [
"Cocolots"
],
Expand All @@ -25,8 +25,8 @@
"aoba.mixins.json"
],
"depends": {
"fabricloader": ">=0.15.11",
"minecraft": "~1.21",
"fabricloader": ">=0.16.5",
"minecraft": "~1.21.1",
"java": ">=21",
"fabric-api": "*"
}
Expand Down

0 comments on commit 16c7a44

Please sign in to comment.