Merge pull request #20 from backryun/fabric-1.17

update minecraft version and gradle
This commit is contained in:
Motschen
2021-08-20 10:34:48 +02:00
committed by GitHub
2 changed files with 7 additions and 7 deletions

View File

@@ -3,9 +3,9 @@ org.gradle.jvmargs=-Xmx1G
# Fabric Properties # Fabric Properties
# check these on https://fabricmc.net/use # check these on https://fabricmc.net/use
minecraft_version=1.17-pre3 minecraft_version=1.17
yarn_mappings=1.17-pre3+build.2 yarn_mappings=1.17+build.13
loader_version=0.11.3 loader_version=0.11.6
# Mod Properties # Mod Properties
mod_version = 2.2.1-1.17+fabric mod_version = 2.2.1-1.17+fabric
@@ -14,6 +14,6 @@ org.gradle.jvmargs=-Xmx1G
# Dependencies # Dependencies
# currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api # currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api
fabric_version = 0.34.8+1.17 fabric_version = 0.38.0+1.17
modmenu_version = 2.0.0-beta.7 modmenu_version = 2.0.4
satin_version = 1.6.0-nightly.1.17-pre3 satin_version = 1.6.4

View File

@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.1-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists