mirror of
https://github.com/TheWhiteDog9487/RandomTeleporter.git
synced 2026-05-20 14:49:44 +08:00
17 lines
372 B
Kotlin
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"
|