Mirror von
https://github.com/GeyserMC/Geyser.git
synchronisiert 2024-11-03 14:50:19 +01:00
15 Zeilen
309 B
Plaintext
15 Zeilen
309 B
Plaintext
|
architectury {
|
||
|
common("neoforge", "fabric")
|
||
|
}
|
||
|
|
||
|
loom {
|
||
|
mixin.defaultRefmapName.set("geyser-refmap.json")
|
||
|
}
|
||
|
|
||
|
dependencies {
|
||
|
api(projects.core)
|
||
|
compileOnly(libs.mixin)
|
||
|
|
||
|
// Only here to suppress "unknown enum constant EnvType.CLIENT" warnings. DO NOT USE!
|
||
|
compileOnly(libs.fabric.loader)
|
||
|
}
|