First working version

This commit is contained in:
2024-09-25 23:19:00 +05:00
commit e3ef43ecff
14 changed files with 1242 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()
}
}