perfectly ready 1.0 release i fucking hope

This commit is contained in:
Gæmer
2025-05-15 00:40:01 +02:00
parent 5d5856fbc4
commit 5d1fe3748e
15 changed files with 2183 additions and 41 deletions

View File

@@ -15,6 +15,10 @@ repositories {
maven { url "https://maven.fabricmc.net/" }
maven { url "https://maven.shedaniel.me/" }
maven { url "https://maven.nucleoid.xyz/" }
maven {
name "mod menu"
url "https://maven.terraformersmc.com"
}
}
dependencies {
@@ -27,6 +31,7 @@ dependencies {
modApi("me.shedaniel.cloth:cloth-config-fabric:${project.cloth_config_version}") {
exclude(group: "net.fabricmc.fabric-api")
}
modImplementation "com.terraformersmc:modmenu:${project.modmenu_version}"
modImplementation include("eu.pb4:placeholder-api:${project.placeholder_api_version}")
}