1.17 proper

This commit is contained in:
JFronny 2021-06-08 19:46:44 +02:00
parent 37d74294b1
commit d0e2056b0e
No known key found for this signature in database
GPG Key ID: BEC5ACBBD4EE17E5
2 changed files with 7 additions and 7 deletions

View File

@ -12,13 +12,13 @@ repositories {
dependencies { dependencies {
//to change the versions see the gradle.properties file //to change the versions see the gradle.properties file
minecraft "com.mojang:minecraft:${project.minecraft_version}" 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 "net.fabricmc:fabric-loader:${project.loader_version}"
// Fabric API. This is technically optional, but you probably want it anyway. // Fabric API. This is technically optional, but you probably want it anyway.
modImplementation "net.fabricmc.fabric-api:fabric-api:0.34.8+1.17" modImplementation "net.fabricmc.fabric-api:fabric-api:0.34.9+1.17"
modImplementation "com.terraformersmc:modmenu:2.0.0-beta.5" modImplementation "com.terraformersmc:modmenu:2.0.0-beta.7"
modApi("me.shedaniel.cloth:cloth-config-fabric:5.+") modApi("me.shedaniel.cloth:cloth-config-fabric:5.+")
modImplementation("grondag:canvas-mc117-1.17:+") { modImplementation("grondag:canvas-mc117-1.17:+") {

View File

@ -2,16 +2,16 @@
org.gradle.jvmargs=-Xmx1G org.gradle.jvmargs=-Xmx1G
# Fabric Properties # Fabric Properties
# check these on https://modmuss50.me/fabric.html # check these on https://modmuss50.me/fabric.html
minecraft_version=1.17-pre1 minecraft_version=1.17
yarn_mappings=1.17-pre1+build.6 yarn_mappings=build.1
loader_version=0.11.3 loader_version=0.11.3
# Mod Properties # Mod Properties
mod_version=1.4.2 mod_version=1.4.3
maven_group=io.gitlab.jfronny maven_group=io.gitlab.jfronny
archives_base_name=respackopts archives_base_name=respackopts
modrinth_id=TiF5QWZY modrinth_id=TiF5QWZY
modrinth_required_dependencies=EDbIonje modrinth_required_dependencies=wRE7EmzzH
modrinth_optional_dependencies= modrinth_optional_dependencies=
curseforge_id=430090 curseforge_id=430090
curseforge_required_dependencies=cloth-config, modmenu curseforge_required_dependencies=cloth-config, modmenu