first commit

This commit is contained in:
Soph :3 2025-10-03 19:14:01 +03:00
commit d0f069bc36
17 changed files with 1217 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()
}
}