Add files via upload

This commit is contained in:
KrisHD1337
2025-04-15 16:30:21 +02:00
committed by GitHub
parent 1f2e8a140c
commit 9e92abc092
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'
}