CullLeaves 2.3.0 - MidnightLib, Brazilian & Russian Translations

This release includes the full, updated MidnightLib package, fixing bugs and allowing you to access the config  even without ModMenu installed.

The smart leaves pack is no longer enabled by default, resulting in better FPS on default settings.

Russian translations by @Disguys
Brazilian translations by @Percario
This commit is contained in:
Motschen
2021-09-25 12:43:12 +02:00
parent e13f28af5c
commit b9f0eeaacb
5 changed files with 13 additions and 29 deletions

View File

@@ -14,8 +14,9 @@ minecraft {
}
repositories {
maven { url "https://maven.terraformersmc.com/releases" }
maven { url "https://jitpack.io" }
maven {
url = "https://api.modrinth.com/maven"
}
}
dependencies {
@@ -25,8 +26,9 @@ dependencies {
modImplementation "net.fabricmc:fabric-loader:${project.loader_version}"
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
modImplementation ("com.terraformersmc:modmenu:${project.mod_menu_version}")
modImplementation "maven.modrinth:midnightlib:${project.midnightlib_version}"
include "maven.modrinth:midnightlib:${project.midnightlib_version}"
}
processResources {