Initial Commit (x2)

This commit is contained in:
Jonas_Jones 2023-10-16 22:42:25 +02:00
parent 4bf6d1f740
commit e72acb6b34
11 changed files with 670 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()
}
}