Init project

This commit is contained in:
roma-dxunvrs
2026-05-31 13:25:18 +03:00
commit 18dace1239
12 changed files with 834 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.8.0'
}