Skip to content

Commit 2e4ecb8

Browse files
committed
tweak: Allow to run on 1.21.10
1 parent 066c599 commit 2e4ecb8

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

gradle.properties

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@ org.gradle.parallel=true
66
# check these on https://fabricmc.net/develop
77

88

9-
minecraft_version=1.21.9
10-
yarn_mappings=1.21.9+build.1
11-
loader_version=0.17.2
9+
minecraft_version=1.21.10
10+
yarn_mappings=1.21.10+build.2
11+
loader_version=0.17.3
1212

1313
# Fabric API
14-
fabric_version=0.133.14+1.21.9
14+
fabric_version=0.135.0+1.21.10
1515

1616
# Mod Properties
17-
mod_version=1.2.9
17+
mod_version=1.2.10
1818
maven_group=xyz.imcodist.quickmenu
1919
archives_base_name=quick-menu
2020

2121
# owo-lib
22-
owo_version=0.12.22+1.21.9
22+
owo_version=0.12.24+1.21.9

src/main/resources/fabric.mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
],
3131
"depends": {
3232
"fabricloader": ">=0.17.2",
33-
"minecraft": ["1.21.7","1.21.9"],
33+
"minecraft": ["1.21.9","1.21.10"],
3434
"java": ">=21",
3535
"fabric-api": "*",
3636
"owo-lib": ">=0.12.22+1.21.9",

0 commit comments

Comments
 (0)