Skip to content

Commit 4b54757

Browse files
committed
bump: 1.19.4
1 parent 16806ce commit 4b54757

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

gradle.properties

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ kotlin.code.style=official
22
archives_base_name=fabric-example-mod
33
maven_group=net.fabricmc
44
loom_version=1.0-SNAPSHOT
5-
minecraft_version=1.19.3
6-
yarn_mappings=1.19.3+build.5
7-
loader_version=0.14.12
8-
fabric_kotlin_version=1.9.0+kotlin.1.8.0
9-
fabric_api_version=0.70.0+1.19.3
5+
minecraft_version=1.19.4
6+
yarn_mappings=1.19.4+build.2
7+
loader_version=0.14.19
8+
fabric_kotlin_version=1.9.2+kotlin.1.8.10
9+
fabric_api_version=0.79.0+1.19.4
1010
mod_version=1.0.0
1111

12-
org.gradle.jvmargs=-Xmx4000m
12+
org.gradle.jvmargs=-Xmx4000m

src/main/resources/fabric.mod.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@
3030
],
3131

3232
"depends": {
33-
"fabricloader": ">=0.14.12",
34-
"fabric": "*",
35-
"minecraft": "1.19.x",
33+
"fabricloader": ">=0.14.19",
34+
"fabric-api": "*",
35+
"minecraft": "~1.19.4",
3636
"java": ">=17",
37-
"fabric-language-kotlin": ">=1.9.0+kotlin.1.8.0"
37+
"fabric-language-kotlin": ">=1.9.2+kotlin.1.8.10"
3838
},
3939
"suggests": {
4040
"another-mod": "*"

0 commit comments

Comments
 (0)