first commit

This commit is contained in:
Soph :3 2025-10-05 13:52:42 +03:00
commit e5bdff9721
32 changed files with 2100 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()
}
}