Stephen Seo
ddcfa9190f
TODO: Fix client-config not persisting/saving. Add new mobs to the list in the server-side config.
15 lines
322 B
Groovy
15 lines
322 B
Groovy
pluginManagement {
|
|
repositories {
|
|
mavenLocal()
|
|
gradlePluginPortal()
|
|
maven {
|
|
url = 'https://maven.neoforged.net/releases'
|
|
}
|
|
jcenter()
|
|
mavenCentral()
|
|
}
|
|
}
|
|
|
|
plugins {
|
|
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.8.0'
|
|
}
|