Tags
Creators
Details
Licensed MPL-2.0
Published 3 years ago
Updated last month
All versions
v4.0.6-1.19.2-Forge
Release
[FORGE] [1.19.2] MindfulDarkness-v4.0.63 years ago 78
Compatibility
Minecraft: Java Edition
1.19.2
Platform
Forge
Supported environments
Client-side
Required content
Changes
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
[v4.0.6-1.19.2] - 2023-05-21
Added
- Added button to title and pause screens for toggling dark mode in-game even without an inventory menu being open
Fixed
- Fixed compatibility with Continuity
[v4.0.5-1.19.2] - 2023-04-27
Fixed
- Fixed compatibility with Quilt
[v4.0.4-1.19.2] - 2023-04-27
Fixed
- Fixed start-up crash with Enhanced Block Entities mod installed
[v4.0.3-1.19.2] - 2023-04-27
Fixed
- Fixed an issue where Mindful Darkness would completely break Fabric Api's
net.fabricmc.fabric.api.resource.ResourceManagerHelperclass
[v4.0.2-1.19.2] - 2023-04-25
Fixed
- Fixed a typo that prevented namespaced paths from loading correctly for any texture changes to apply
[v4.0.1-1.19.2] - 2023-04-25
Fixed
- Fixed occasional start-up crash on Forge
- Fixed creative inventory not being darkened by default, you will need to manually delete your old config though
[v4.0.0-1.19.2] - 2022-08-25
- Initial release
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:pzCY6C3e:W1Nr2YeX"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:pzCY6C3e:W1Nr2YeX"
}


