diff options
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/gradle.properties b/gradle.properties index 9a4a8af..c9410da 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,17 +1,12 @@ # Done to increase the memory available to gradle. org.gradle.jvmargs=-Xmx1G -# Fabric Properties - # check these on https://fabricmc.net/use - minecraft_version=1.16 - yarn_mappings=1.16+build.1 - loader_version=0.8.8+build.202 +minecraft_version=1.16.1 +yarn_mappings=1.16.1+build.5 +loader_version=0.8.8+build.202 # Mod Properties mod_version = 0.0.4-dev1.16-pre maven_group = re.jag archives_base_name = parquet -# Dependencies - # currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api - fabric_version=0.13.1+build.370-1.16 |