Files
pt-skygrid/settings.gradle.kts
Passthem 855949e9d5
Some checks failed
build / build (push) Has been cancelled
初次提交
2026-04-24 22:28:38 +08:00

18 lines
320 B
Plaintext

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