init: 完成

This commit is contained in:
TheWhiteDog9487
2026-09-07 10:02:18 +08:00
commit 08781de949
33 changed files with 1140 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
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 = "whoprovidethiskeybind"