Homestead Relay v1.0.8

This commit is contained in:
2025-11-28 15:16:43 +01:00
parent e2aeaa89d3
commit cf2c046761
41 changed files with 2715 additions and 36 deletions

10
settings.gradle Normal file
View File

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