
Default Dark Mode: Patcher
ArchivedA Client-Side Minecraft Mod that Patches and Modifies the “Default Dark Mode” resource pack for Newer Minecraft Versions.
28.7Kdownloads
22followers
28.7Kdownloads
22followers
Default Dark Mode: Patcher has been archived. Default Dark Mode: Patcher will not receive any further updates unless the author decides to unarchive the project.
Links
Tags
Creators
Details
Licensed CC-BY-NC-SA-4.0
Published last year
Updated 7 months ago
All versions
1.3.1
Release
Default Dark Mode: Patcher 1.3.19 months ago 4,465
Compatibility
Minecraft: Java Edition
25w46a
1.21.6–1.21.10
Platform
Fabric
Supported environments
Client-side
Changes
v1.3.1 Changelog
- This Update properly supports the new pack.mcmeta format for 1.21.9+
- adds
min_format&max_format.
- adds
- Patched Output:
- The patched pack is now saved as
Default-Dark-Mode-25w46a-2025.11.0.zip.
- The patched pack is now saved as
- pack.mcmeta Update:
- Supported range updated from
63 (1.21.6)up to74 (25w46a).
- Supported range updated from
- Added support for the new gui container texture for 25w46a
nautilus.png
How to Use
- Install Default Dark Mode: Patcher (v1.3.0+).
- Start the game — the patcher will verify the original pack, back it up, and create the new patched pack.
- That’s it! You can enjoy your patched version of Default Dark Mode with the new changes!
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:I3sFyr3f:xUh79jKl"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:I3sFyr3f:xUh79jKl"
}
