Skip to content

Commit ea4f40d

Browse files
committed
build: Configure for 1.21.7/8 and bump owo-lib library to correct one with fix.
1 parent 1ffddf2 commit ea4f40d

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ maven_group=xyz.imcodist.quickmenu
1919
archives_base_name=quick-menu
2020

2121
# owo-lib
22-
owo_version=0.12.21+1.21.6
22+
owo_version=0.12.22+1.21.8

src/main/resources/fabric.mod.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,10 @@
3030
],
3131
"depends": {
3232
"fabricloader": ">=0.16.14",
33-
"minecraft": "=1.21.7",
33+
"minecraft": ["1.21.7","1.21.8"],
3434
"java": ">=21",
3535
"fabric-api": "*",
36+
"owo-lib": ">=0.12.22+1.21.8",
3637

3738
"fabric-key-binding-api-v1": "*"
3839
}

0 commit comments

Comments
 (0)