mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
77fa37ff82
* Fix: readme not being synched to modrinth * use new build_number system env var * also upload bungee/spigot/velocity * change name * undo debug mode, oops
22 lines
No EOL
433 B
Text
22 lines
No EOL
433 B
Text
architectury {
|
|
common("neoforge", "fabric")
|
|
}
|
|
|
|
loom {
|
|
mixin.defaultRefmapName.set("geyser-refmap.json")
|
|
}
|
|
|
|
afterEvaluate {
|
|
// We don't need these
|
|
tasks.named("remapModrinthJar").configure {
|
|
enabled = false
|
|
}
|
|
}
|
|
|
|
dependencies {
|
|
api(projects.core)
|
|
compileOnly(libs.mixin)
|
|
|
|
// Only here to suppress "unknown enum constant EnvType.CLIENT" warnings. DO NOT USE!
|
|
compileOnly(libs.fabric.loader)
|
|
} |