first commit

This commit is contained in:
Soph :3 2025-10-03 19:12:51 +03:00
commit d7fb0094fc
23 changed files with 1033 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()
}
}