Initial commit

This commit is contained in:
Finnn
2023-02-25 19:45:56 +01:00
commit bc13374a6a
15 changed files with 618 additions and 0 deletions

10
settings.gradle Normal file
View File

@@ -0,0 +1,10 @@
pluginManagement {
repositories {
maven {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
mavenCentral()
gradlePluginPortal()
}
}