Skip to content

Commit 2469386

Browse files
committed
Support 1.19.3
1 parent eec742f commit 2469386

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

gradle.properties

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ 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.4
8-
loader_version=0.14.8
6+
minecraft_version=1.19.3
7+
yarn_mappings=1.19.3+build.5
8+
loader_version=0.14.17
99

1010
# Mod Properties
1111
project_name=Mod Settings
12-
mod_version=1.1.0+1.19
12+
mod_version=1.1.0+1.19.3
1313
maven_group=se.icus.mag
1414
archives_base_name=modsettings
1515

1616
# Fabric api
17-
fabric_version=0.57.0+1.19
17+
fabric_version=0.76.0+1.19.3

0 commit comments

Comments
 (0)