Add files via upload

This commit is contained in:
KrisHD1337
2025-04-15 16:29:31 +02:00
committed by GitHub
parent 9f68b3912e
commit 0d8e7882ce
13 changed files with 943 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
pluginManagement {
repositories {
mavenLocal()
gradlePluginPortal()
maven { url = 'https://maven.neoforged.net/releases' }
}
}
plugins {
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.9.0'
}