First push

This commit is contained in:
2023-11-05 13:17:31 +05:00
commit 5308f6a1e8
15 changed files with 1457 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()
}
}