mod generation

This commit is contained in:
Jottyfan
2025-12-22 19:19:04 +01:00
parent 86bc26dafc
commit f85b5faeec
18 changed files with 614 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()
}
}