Skip to content

Commit 038b775

Browse files
committed
Update to 1.19.2
No mixin changes seem to be required
1 parent dde7386 commit 038b775

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ org.gradle.jvmargs=-Xmx1G
33

44
# Fabric Properties
55
# check these on https://fabricmc.net/develop
6-
minecraft_version=1.19
7-
yarn_mappings=1.19+build.2
8-
loader_version=0.14.7
6+
minecraft_version=1.19.2
7+
yarn_mappings=1.19.2+build.1
8+
loader_version=0.14.9
99

1010
# Mod Properties
1111
mod_version=1.3.1

src/main/resources/fabric.mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
],
2929
"depends": {
3030
"fabricloader": ">=0.13.3",
31-
"minecraft": "1.19",
31+
"minecraft": "1.19.2",
3232
"java": ">=17"
3333
}
3434
}

0 commit comments

Comments
 (0)