1.0.0
Compatibility
Changes
💚 Emerald Dawn transforms Minecraft by making emeralds central to your adventure! Get ready for:
💎 Ethernal Emeralds & Blocks: Craft powerful emerald gear and build shimmering blocks to store your rare gems.
🔮 Magical Upgrades: Use the Emerald Wand and Magic Block to transform ordinary emeralds into powerful materials in magical ways!
🍏 Emerald Apples & Blueberries: Eat lucky apples that grant the Luck effect, plus tasty blueberries inspired by Minecraft’s history.
🛠️ Custom Emerald Tools: Craft unique, emerald-textured tools like pickaxe, axe, and sword—all stronger than iron! Use the Emerald Hammer to break blocks in a 3x3 area.
🛡️ Emerald Armor & Horse Armor: Suit up in stylish emerald armor and outfit your horse with matching emerald gear for maximum protection and style.
✨ Glowing Emerald Allays: Meet magical Allays that help you sniff out ores and treasure, making your underground hunts easier and more rewarding.
Enter a world where emeralds aren’t just precious—they’re powerful, magical, and essential for your epic journey!
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:27W5xWK7:UVdRl0ZY"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:27W5xWK7:UVdRl0ZY"
}

