mirror of
https://github.com/System-End/Discord-MC-Chat.git
synced 2026-04-19 20:55:13 +00:00
13 lines
188 B
Groovy
13 lines
188 B
Groovy
apply plugin: "net.neoforged.moddev"
|
|
|
|
base {
|
|
archivesName = "Discord-MC-Chat-minecraft"
|
|
}
|
|
|
|
neoForge {
|
|
version = neo_version
|
|
}
|
|
|
|
dependencies {
|
|
implementation project(":core")
|
|
}
|