
Default Dark Mode: Patcher
ArchivedA Client-Side Minecraft Mod that Patches and Modifies the “Default Dark Mode” resource pack for Newer Minecraft Versions.
27.8K
22
27.8K
22
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.
All versions
1.3.2
Release
Default Dark Mode: Patcher 1.3.2 (NeoForge)6 months ago 817
Compatibility
Minecraft: Java Edition
1.21.9–1.21.11
Platform
NeoForge
Supported environments
Client-side
Required content
Unavailable version
Changes
v1.3.2 Changelog
- This update supports Minecraft 1.21.11+
- Patched Output:
- The patched pack is now saved as
Default-Dark-Mode-1.21.11-2026.1.0.zip.
- The patched pack is now saved as
- pack.mcmeta Update:
- Supported range updated from
63 (1.21.6)up to80 (26.1-snapshot-5, it should be future-proofed beyond 26.1-snapshot-5).
- Supported range updated from
- NOTE: This version of the mod cannot run on Minecraft 26.1+, you must use the other version built for 26.1 and higher in the releases.
- Ported mod from Fabric to NeoForge
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:Cnw3c3a4"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:I3sFyr3f:Cnw3c3a4"
}
