Files
RandomTeleporter/settings.gradle.kts
TheWhiteDog9487 7254230a2c 使用Kotlin重写
2026-05-17 15:22:39 +08:00

17 lines
372 B
Kotlin

pluginManagement {
repositories {
maven {
name = "Fabric"
url = uri("https://maven.fabricmc.net/") }
mavenCentral()
gradlePluginPortal()
}
plugins {
id("net.fabricmc.fabric-loom") version providers.gradleProperty("loom_version")
}
}
// Should match your modid
rootProject.name = "randomteleporter"