mirror of
https://github.com/TheWhiteDog9487/WhoProvideThisKeybind.git
synced 2026-09-16 15:04:19 +08:00
⭐ init: 完成
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user