Skip to content

Commit 5a0f35a

Browse files
committed
chore: update to 1.21.10
1 parent 4b20d92 commit 5a0f35a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

gradle.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ org.gradle.parallel=true
44

55
# Fabric Properties
66
# check these on https://fabricmc.net/develop
7-
minecraft_version=1.21.9
8-
yarn_mappings=1.21.9+build.1
7+
minecraft_version=1.21.10
8+
yarn_mappings=1.21.10+build.3
99
loader_version=0.18.4
1010
loom_version=1.14-SNAPSHOT
1111

1212
# Mod Properties
13-
mod_version=1.0.2+1.21.9
13+
mod_version=1.0.3+1.21.10
1414
maven_group=me.imgalvin.playerfinder
1515
archives_base_name=player-finder
1616

1717
# Dependencies
18-
fabric_version=0.134.1+1.21.9
18+
fabric_version=0.138.4+1.21.10

src/main/resources/fabric.mod.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
},
2222
"depends": {
2323
"fabricloader": ">=0.16.0",
24-
"minecraft": "1.21.9",
24+
"minecraft": "1.21.10",
2525
"java": ">=21",
26-
"fabric-api": ">=0.134.1"
26+
"fabric-api": ">=0.138.4"
2727
}
2828
}

0 commit comments

Comments
 (0)