Tags
Creators
Details
Licensed ARR
Published 2 years ago
Updated 3 days ago
All versions
4.0.1
Release
DMC's Improvements v4.0.1β¨3 weeks ago 27
Compatibility
Minecraft: Java Edition
26.1.2
Platform
NeoForge
Supported environments
Client and server
Changes
News in v4.0.1 β¨ (for 26.1.2)
Changes:
- The Deeper Dark dimension fog has returned.
- Endermen can now spawn naturally in the Deeper Dark dimension.
- Wind Bearing now releases a much stronger wind burst, launching players up to 11 blocks. Combined with Wind Charges, you can now reach heights of 30+ blocks.π₯
- Updated all Shelf Mushroom sound effects.
- Small and Big Shelf Mushrooms can now only be placed on sturdy block faces, preventing them from floating on partial blocks such as slabs.
- Pebbles can no longer be picked up while they are flying through the air. They can only be collected after landing on the ground.
- Copper Pressure Plates now use copper block sounds when placed and broken, oxidize correctly, and now display the correct particles in the correct position and with the correct movement when waxing, removing wax, or scraping oxidation.
Fixes:
- Fixed a bug where Wind Bearing blocks were not mined faster with a pickaxe.
- Fixed a bug where blocks could not be placed on Copper Pressure Plates and interacting with them incorrectly triggered the hand animation.
Removals:
- Removed unused textures, subtitles, and other unused assets from the mod.
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:1DY1GOzM:mEvxAdxn"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:1DY1GOzM:mEvxAdxn"
}

