Skip to content

Commit 64ac2d6

Browse files
committed
feat: added build for version 1.21
1 parent 6106c7b commit 64ac2d6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ archives_base_name=roofify
1414
# Fabric Properties
1515
# check these on https://fabricmc.net/develop
1616

17-
minecraft_version=1.21.1
18-
yarn_mappings=1.21.1+build.3
17+
minecraft_version=1.21
18+
yarn_mappings=1.21+build.9
1919
loader_version=0.17.3
2020
loom_version=1.11-SNAPSHOT
2121

2222
# Fabric API
23-
fabric_version=0.116.7+1.21.1
23+
fabric_version=0.102.0+1.21
2424

2525
# Dependencies
2626
yaml_beans_version=1.17

src/main/resources/fabric.mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"mixins": [],
2121
"depends": {
2222
"fabricloader": ">=0.17.3",
23-
"minecraft": "~1.21.1",
23+
"minecraft": "~1.21",
2424
"java": ">=21",
2525
"fabric-api": "*"
2626
},

0 commit comments

Comments
 (0)