This commit is contained in:
2026-04-22 22:04:55 -07:00
commit 08858bdf0a
13 changed files with 775 additions and 0 deletions

15
settings.gradle Normal file
View File

@@ -0,0 +1,15 @@
pluginManagement {
repositories {
mavenLocal()
gradlePluginPortal()
maven { url = 'https://maven.neoforged.net/releases' }
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
}
plugins {
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.8.0'
}