Tags
Creators
Details
Licensed ARR
Published 2 years ago
Updated 3 days ago
All versions
4.0.2
Release
DMC's Improvements v4.0.2✨⬛3 days ago 22
Compatibility
Minecraft: Java Edition
26.1.2
Platform
NeoForge
Supported environments
Client and server
Changes
News in v4.0.2 ✨⬛ (for 26.1.2)
Additions:
- Added Tinted Glass Panes! They can be crafted from Tinted Glass and function exactly like Tinted Glass blocks, completely blocking light.

- Added more Abandoned Camp variants! ✨
Added many new tents and unique camps across 5 biomes:
- Bamboo Jungle - 10 tents, 4 unique camps 🐼
- Birch Forest - 10 tents, 4 unique camps 🌼
- Cherry Grove - 10 tents, 4 unique camps 🌸
- Dappled Forest - 10 tents, 4 unique camps 🍂
- Flower Forest - 10 tents, 4 unique camps 🌻
- Added 45 default camp variants for each biome!!✨
Note: More Abandoned Camp variants for the remaining biomes will be added in future updates! ✨
changes
- Resin, Amethyst, Emerald, and Magic Obsidian Axes now appear in the Combat category of the Creative inventory, alongside the vanilla axes.

- All Poplar wood variants, including stairs, slabs, fences, fence gates, trapdoors, doors, pressure plates, buttons, signs, and hanging signs, can now be used as fuel in Furnaces, Blast Furnaces, and Smokers.
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:PHBGPasd"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:1DY1GOzM:PHBGPasd"
}

