firstcommit

This commit is contained in:
Soph :3 2024-10-13 15:18:05 +03:00
commit ba0a6793de
Signed by: sophie
GPG key ID: EDA5D222A0C270F2
68 changed files with 2906 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()
}
}