port: The Copper Age (1.21.9/10)

This commit is contained in:
Martin Prokoph
2025-10-08 21:49:08 +02:00
parent 7b4ecdc4e9
commit ff60cf4873
20 changed files with 50 additions and 87 deletions

View File

@@ -37,7 +37,7 @@ dependencies {
// Remove the next line if you don't want to depend on the API
//modApi "dev.architectury:architectury-forge:${rootProject.architectury_version}"
modImplementation "maven.modrinth:midnightlib:${rootProject.midnightlib_version}-neoforge"
modImplementation "maven.modrinth:sodium:${rootProject.sodium_version}-neoforge"
modCompileOnlyApi "maven.modrinth:sodium:${rootProject.sodium_version}-neoforge"
//include "maven.modrinth:midnightlib:${rootProject.midnightlib_version}-forge"
common(project(path: ":common", configuration: "namedElements")) { transitive false }