Skip to content

Commit 42114a4

Browse files
committed
fix: backwards compatibility for 1.19.4
1 parent 0a6dbed commit 42114a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ org.gradle.jvmargs=-Xmx1G
88
loader_version=0.14.20
99

1010
# Mod Properties
11-
mod_version = 1.1.2+1.20-pre5
11+
mod_version = 1.1.3+1.19.4-1.20-pre5
1212
maven_group = com.example
1313
archives_base_name = data-loader
1414

src/main/resources/fabric.mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"depends": {
2727
"fabricloader": ">=0.14.20",
2828
"fabric": "*",
29-
"minecraft": "~1.20-beta.5",
29+
"minecraft": ">=1.19.4",
3030
"java": ">=17"
3131
},
3232
"accessWidener" : "dataloader.accesswidener"

0 commit comments

Comments
 (0)