CullLeaves 3.2.0 - Mangrove Root Culling & Sodium fix

- Added an option to cull Mangrove Roots (closes #47)
- Fixed incompatibility with Sodium by removing a now obsolete feature
- Add German translation by myself
This commit is contained in:
Motschen
2023-08-24 15:40:01 +02:00
parent 6c3f8f369e
commit 41efe55ea6
9 changed files with 55 additions and 61 deletions

View File

@@ -30,6 +30,7 @@ dependencies {
//modApi "dev.architectury:architectury-fabric:${rootProject.architectury_version}"
modImplementation "maven.modrinth:midnightlib:${rootProject.midnightlib_version}-fabric"
include "maven.modrinth:midnightlib:${rootProject.midnightlib_version}-fabric"
modRuntimeOnly "maven.modrinth:sodium:${rootProject.sodium_version}"
common(project(path: ":common", configuration: "namedElements")) { transitive false }
shadowCommon(project(path: ":common", configuration: "transformProductionFabric")) { transitive false }