Skip to content

Commit 6bc738f

Browse files
committed
feat: added build for version 1.21.4
1 parent 65eff84 commit 6bc738f

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.5
18-
yarn_mappings=1.21.5+build.1
17+
minecraft_version=1.21.4
18+
yarn_mappings=1.21.4+build.8
1919
loader_version=0.17.3
2020
loom_version=1.11-SNAPSHOT
2121

2222
# Fabric API
23-
fabric_version=0.128.2+1.21.5
23+
fabric_version=0.119.4+1.21.4
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.5",
23+
"minecraft": "~1.21.4",
2424
"java": ">=21",
2525
"fabric-api": "*"
2626
},

0 commit comments

Comments
 (0)