mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
6a5efa3c9d
Also fixes lecterns, and block break speed calculations
16 lines
No EOL
347 B
Text
16 lines
No EOL
347 B
Text
architectury {
|
|
common("fabric")
|
|
//common("neoforge", "fabric") // todo 1.20.5
|
|
}
|
|
|
|
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)
|
|
} |