imported from generated project

This commit is contained in:
Jottyfan
2025-07-26 10:23:59 +02:00
parent 17b5bf4c22
commit 831f7c2f32
15 changed files with 615 additions and 40 deletions

10
settings.gradle Normal file
View File

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