la base .
build / build (push) Failing after 14m42s

This commit is contained in:
2026-05-29 16:51:44 +02:00
commit 0c230693c2
21 changed files with 837 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
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 = "curse-of-eien-no-chi"