Initial commit

This commit is contained in:
2026-04-24 14:54:59 +06:00
commit 28776fa5b6
26 changed files with 817 additions and 0 deletions

9
settings.gradle Normal file
View File

@@ -0,0 +1,9 @@
pluginManagement {
repositories {
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
gradlePluginPortal()
}
}