This commit is contained in:
2024-09-17 21:32:48 +02:00
parent 1142febe75
commit 5456f5e4dc
19 changed files with 802 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()
}
}