forked from ChomeNS/chipmunkmod
1.17-pre1
This commit is contained in:
parent
50f0be767c
commit
b51afe9fc0
2 changed files with 4 additions and 5 deletions
|
@ -3,8 +3,8 @@ org.gradle.jvmargs=-Xmx1G
|
|||
|
||||
# Fabric Properties
|
||||
# check these on https://fabricmc.net/use
|
||||
minecraft_version=21w19a
|
||||
yarn_mappings=21w19a+build.1
|
||||
minecraft_version=1.17-pre1
|
||||
yarn_mappings=1.17-pre1+build.1
|
||||
loader_version=0.11.3
|
||||
|
||||
# Mod Properties
|
||||
|
@ -13,5 +13,4 @@ org.gradle.jvmargs=-Xmx1G
|
|||
archives_base_name = fabric-example-mod
|
||||
|
||||
# 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.34.4+1.17
|
||||
fabric_version=0.34.8+1.17
|
||||
|
|
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
|
@ -1,5 +1,5 @@
|
|||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.1-bin.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-bin.zip
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
|
|
Loading…
Reference in a new issue