使用Kotlin重写

This commit is contained in:
TheWhiteDog9487
2026-05-17 15:22:39 +08:00
parent 5f5172f65c
commit 7254230a2c
26 changed files with 542 additions and 606 deletions

View File

@@ -6,4 +6,11 @@ pluginManagement {
mavenCentral()
gradlePluginPortal()
}
}
plugins {
id("net.fabricmc.fabric-loom") version providers.gradleProperty("loom_version")
}
}
// Should match your modid
rootProject.name = "randomteleporter"