port: The Copper Age (1.21.9)

Most changes were related to the MidnightLib 1.8.0 update
This commit is contained in:
Martin Prokoph
2025-10-01 19:00:00 +02:00
parent 97117ea46a
commit caee4c801a
7 changed files with 23 additions and 20 deletions

View File

@@ -26,7 +26,7 @@ dependencies {
modApi "net.fabricmc.fabric-api:fabric-api:${rootProject.fabric_api_version}"
modImplementation include ("maven.modrinth:midnightlib:${rootProject.midnightlib_version}-fabric")
modImplementation ("com.terraformersmc:modmenu:${project.modmenu_version}") {
modCompileOnlyApi ("com.terraformersmc:modmenu:${project.modmenu_version}") {
exclude(group: "net.fabricmc.fabric-api")
}