diff options
author | Maximusbarcz <maxim.baranek@gmail.com> | 2023-01-11 19:50:29 +0100 |
---|---|---|
committer | Maximusbarcz <maxim.baranek@gmail.com> | 2023-01-11 19:50:29 +0100 |
commit | 5bcb1830298caad87a63f44c4e7f1553074cf4c8 (patch) | |
tree | c0c193496f96a201ecd8b3ce44c24fd0ac0d6214 /gradle.properties | |
parent | 5e48daa137cda5043ebce80b7e3e975da2d7c069 (diff) | |
download | ygasi-5bcb1830298caad87a63f44c4e7f1553074cf4c8.tar.gz ygasi-5bcb1830298caad87a63f44c4e7f1553074cf4c8.tar.bz2 ygasi-5bcb1830298caad87a63f44c4e7f1553074cf4c8.zip |
Made everything work on 1.19.3, wasnt that bad after all!
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/gradle.properties b/gradle.properties index 81ca478..869f018 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,11 +1,12 @@ # Done to increase the memory available to gradle. -org.gradle.jvmargs=-Xmx2G +org.gradle.jvmargs=-Xmx1G +org.gradle.parallel=true # Fabric Properties - # check these on https://fabricmc.net/develop - minecraft_version=1.19.2 - yarn_mappings=1.19.2+build.8 - loader_version=0.14.11 +# check these on https://fabricmc.net/develop +minecraft_version=1.19.3 +yarn_mappings=1.19.3+build.1 +loader_version=0.14.11 # Mod Properties mod_version = 0.0.1 @@ -13,7 +14,8 @@ org.gradle.jvmargs=-Xmx2G archives_base_name = youve-got-a-skill-issue modid = ygasi - - # Dependencies - fabric_version = 0.67.0+1.19.2 +fabric_version=0.68.1+1.19.3 +sgui_version=1.2.0+1.19.3 +polymer_version=0.3.6+1.19.3 +sta_version=1.4.19+1.19.3 |