Init project

This commit is contained in:
2023-10-30 20:50:02 +05:00
commit 520c767585
7 changed files with 940 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()
}
}