start of modmenu config screen

This commit is contained in:
2025-10-31 23:51:20 +01:00
parent 8df1c1244f
commit 9a6daaf25a
8 changed files with 156 additions and 12 deletions

View File

@@ -1,5 +1,5 @@
plugins {
id 'fabric-loom' version '1.11-SNAPSHOT'
id 'fabric-loom' version "${loom_version}"
id 'maven-publish'
}
@@ -12,11 +12,10 @@ base {
repositories {
// Add repositories to retrieve artifacts from in here.
// You should only use this when depending on other mods because
// Loom adds the essential maven repositories to download Minecraft and libraries from automatically.
// See https://docs.gradle.org/current/userguide/declaring_repositories.html
// for more information about repositories.
maven {
name = "Terraformers"
url = "https://maven.terraformersmc.com/"
}
}
dependencies {
@@ -26,6 +25,8 @@ dependencies {
modImplementation "net.fabricmc:fabric-loader:${project.loader_version}"
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
modImplementation "com.terraformersmc:modmenu:${project.modmenu_version}"
}
processResources {