latest version 2026-02-25

latest version on our other repository
This commit is contained in:
ritonioz
2026-02-25 09:44:58 +01:00
parent 2149ea123d
commit a22ac1c006
16 changed files with 757 additions and 3 deletions

9
settings.gradle Normal file
View File

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