Tags
Creators
Details
Licensed ARR
Published 2 years ago
Updated 3 days ago
All versions
1.2.8
Release
DMC's Improvements v1.2.8✨5 months ago 17
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
News in v1.2.8 ✨ (for Minecraft 1.21.1)
Additions:
- Added a new tooltip for the Magic Obsidian Upgrade smithing template.

- Added a duplication recipe for the Magic Obsidian Upgrade smithing template.

- Added a recipe to craft a furnace back into 8 cobblestone.

Changes:
- Copper, resin, iron, amethyst, emerald, and gold nuggets now have unified smelting/blasting recipes supporting all equipment types (matching vanilla behavior).
- Jam now supports cherries and sweet berries in unified smelting, smoking, and campfire cooking recipes.
- Herobrine shrine chests now contain randomly enchanted Netherite and Magic Obsidian equipment.

Golden Dandelion now uses two particle types:
- Downward particles when pausing growth
- Upward particles when resuming growth (matching vanilla 26.1 snapshot 10 behavior).
Fixes:
• Fixed a bug where the full_doughnut_with_jam recipe wasn’t working.
Removals:
- Removed many unused recipes.
- Removed the Magic Obsidian Upgrade crafting recipe, it is now obtainable only from Herobrine Shrine chests.


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:dHQ1arOy"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:1DY1GOzM:dHQ1arOy"
}

