initial commit
build / build (push) Has been cancelled

This commit is contained in:
2026-06-18 09:15:06 +01:00
commit dd42e078ac
209 changed files with 1854 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") version providers.gradleProperty("loom_version")
}
}
// Should match your modid
rootProject.name = "fantasysmp"