mirror of
https://github.com/architectury/architectury-api.git
synced 2026-03-28 03:56:59 -05:00
13
build.gradle
13
build.gradle
@@ -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}")
|
||||
// }
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user