Go back to Loom 0.8

Signed-off-by: shedaniel <daniel@shedaniel.me>
This commit is contained in:
shedaniel
2021-06-25 01:47:14 +08:00
parent 125494399d
commit 8abeffd525
2 changed files with 9 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
plugins {
id "architectury-plugin" version "3.2-SNAPSHOT"
id "dev.architectury.loom" version "0.9.0-SNAPSHOT" apply false
id 'io.github.juuxel.loom-quiltflower' version '1.1.1' apply false
id "dev.architectury.loom" version "0.8.0-SNAPSHOT" apply false
id "io.github.juuxel.loom-quiltflower" version "1.1.1" apply false
id "org.cadixdev.licenser" version "0.5.0"
id "com.matthewprenger.cursegradle" version "1.4.0" apply false
id "maven-publish"
@@ -22,10 +22,11 @@ subprojects {
dependencies {
minecraft "com.mojang:minecraft:${rootProject.architectury.minecraft}"
mappings loom.layered {
officialMojangMappings()
crane("dev.architectury:crane:1.17+build.9")
}
mappings loom.officialMojangMappings()
// mappings loom.layered {
// officialMojangMappings()
// crane("dev.architectury:crane:${rootProject.crane_version}")
// }
}
}

View File

@@ -3,6 +3,7 @@ org.gradle.daemon=false
minecraft_version=1.17
supported_version=1.17
crane_version=1.17+build.11
cf_type=release
@@ -11,7 +12,7 @@ archives_base_name_snapshot=architectury-snapshot
base_version=2.0
maven_group=dev.architectury
fabric_loader_version=0.11.3
fabric_loader_version=0.11.6
fabric_api_version=0.34.9+1.17
mod_menu_version=2.0.0-beta.7