
Azeroth Expansion
Azeroth Expansion adds new ores inspired by WoW. Mine Raw Silver, Raw True Silver, Raw Mithril, Raw Dark Iron, Raw Tin, and Raw Thorium. Future updates will introduce refined ingots, powerful weapons, and armor forged from these legendary materials.
1.0.40
Compatibility
Changes
🛠️ Development Status (Work in Progress)
This mod is currently in active development, so some features are still being worked on or expanded. Think of what’s here now as the foundation for something much bigger 💕
✨ Update 1.0.10~1.0.27
A big milestone update!!
✔️ All raw ores are now fully added ✔️ All ingots are implemented ✔️ All ore blocks are now in the game ✔️ All armors added (WIP)
💡 With the core materials finished, I’m now moving on to the fun stuff:
⚔️ Weapons 🐎 Horse Armors 🔧 Expanded tool sets
📅 3/15/2026~3/21/2026
💬 Before You Ask Questions
Please take a quick look at the pinned comment before asking anything! There’s a good chance your question has already been answered there 😊
If not, feel free to ask, I’m always happy to help!
⚠️ Important Notice
This mod is still a WIP (Work In Progress), which means:
Things may change Bugs may happen Features may be incomplete
💾 Please back up your worlds/saves before using this mod!
🌱 What’s Next?
I’m actively working on expanding the mod with:
Unique weapon/armor designs More crafting progression Better balancing across all materials
Thank you so much for your patience and support while I keep building this💕
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:kOT1xjEk:ksHXiJ1a"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:kOT1xjEk:ksHXiJ1a"
}
