mirror of
https://github.com/architectury/architectury-api.git
synced 2026-03-28 03:56:59 -05:00
Buildscript updates, use fabric-api dependency in fmj
This commit is contained in:
@@ -8,7 +8,7 @@ buildscript {
|
||||
|
||||
plugins {
|
||||
id "architectury-plugin" version "3.4-SNAPSHOT"
|
||||
id "dev.architectury.loom" version "0.12.0-SNAPSHOT" apply false
|
||||
id "dev.architectury.loom" version "1.0-SNAPSHOT" apply false
|
||||
id "org.cadixdev.licenser" version "0.6.1"
|
||||
id "io.github.juuxel.loom-quiltflower" version "1.7.2" apply false
|
||||
id "me.shedaniel.unified-publishing" version "0.1.+" apply false
|
||||
@@ -30,10 +30,6 @@ subprojects {
|
||||
dependencies {
|
||||
minecraft "com.mojang:minecraft:${rootProject.architectury.minecraft}"
|
||||
mappings loom.officialMojangMappings()
|
||||
// mappings loom.layered {
|
||||
// officialMojangMappings()
|
||||
// crane("dev.architectury:crane:${rootProject.crane_version}")
|
||||
// }
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user