mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
15 lines
309 B
Text
15 lines
309 B
Text
|
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)
|
||
|
}
|