Some checks failed
Build / build (push) Failing after 33s
支持其它生物,待修复渲染和箭矢功能异常BUG
13 lines
319 B
Groovy
13 lines
319 B
Groovy
pluginManagement {
|
|
repositories {
|
|
mavenLocal()
|
|
gradlePluginPortal()
|
|
maven { url = 'https://maven.neoforged.net/releases' }
|
|
maven { url = 'https://maven.parchmentmc.org' } // Add this line
|
|
}
|
|
}
|
|
|
|
plugins {
|
|
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.9.0'
|
|
}
|