1.17 proper

This commit is contained in:
JFronny 2021-06-08 17:28:39 +02:00
parent 24800e16ab
commit 7f4e37ebd9
No known key found for this signature in database
GPG Key ID: BEC5ACBBD4EE17E5
2 changed files with 4 additions and 4 deletions

View File

@ -14,7 +14,7 @@ sourceSets {
dependencies {
//to change the versions see the gradle.properties file
minecraft "com.mojang:minecraft:${project.minecraft_version}"
mappings "net.fabricmc:yarn:${project.yarn_mappings}:v2"
mappings "net.fabricmc:yarn:${project.minecraft_version}+${project.yarn_mappings}:v2"
modImplementation "net.fabricmc:fabric-loader:${project.loader_version}"
modImplementation "com.terraformersmc:modmenu:2.0.0-beta.5"

View File

@ -2,11 +2,11 @@
org.gradle.jvmargs=-Xmx1G
# Fabric Properties
# check these on https://modmuss50.me/fabric.html
minecraft_version=1.17-pre1
yarn_mappings=1.17-pre1+build.4
minecraft_version=1.17
yarn_mappings=build.1
loader_version=0.11.3
# Mod Properties
mod_version=1.0.1
mod_version=1.0.2
maven_group=io.gitlab.jfronny
archives_base_name=libjf