Links
Tags
Creators
Details
Licensed CC-BY-NC-SA-4.0
Published last year
Updated 7 months ago
All versions
1.3.2
Beta
Default Dark Mode: Patcher 1.3.2 (Fabric - Minecraft 26.1+)8 months ago 579
Compatibility
Minecraft: Java Edition
26.1-snapshot-1–26.1-snapshot-6
Platform
Fabric
Supported environments
Client-side
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 is built for only Minecraft 26.1+, you must use the other version built for Minecraft 1.21.6-1.21.11 in the releases for use if you're on that version.
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:v6LdM0p6"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:I3sFyr3f:v6LdM0p6"
}

