All versions
1.2.0
Release
Murios 1.2.02 years ago 348
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
Features
New Emerald Tier
Upgrade your Diamond Gear to Emerald Gear for a superior tier:
- Better than Diamond:
- Higher durability
- Gold-like efficiency and enchantability
- Cheaper repairs (uses emeralds instead of diamonds)
Emerald Upgrade Smithing Template
- How to Obtain:
- Wandering Trader Drops:
- 99% chance to drop 1-3 Emeralds
- 1% chance to drop the Emerald Upgrade Smithing Template
- Wandering Trader Trades:
- Purchase for 7 Diamonds + 1 Emerald Block
- Wandering Trader Drops:
- Template Duplication:
- Combine:
- 7 Diamonds
- 1 Emerald Block
- Emerald Upgrade Smithing Template
- Combine:
New Weapons and Tools
- Daggers: Ultra-fast strikes, twice as fast as swords, perfect for rapid combat.
- Battleaxes: Heavy hitters with greater damage but slower attack speed.
- Spears: Balanced weapons, faster than swords but slower than daggers.
- Paxels: A multi-functional tool combining pickaxe, shovel, and axe.
Available in All Materials:
- Wooden
- Stone
- Iron
- Gold
- Diamond
- Netherite
- Emerald
Wandering Trader Overhaul
- Improved Drops:
- 99% chance to drop 1-3 Emeralds
- 1% chance to drop the Emerald Upgrade Smithing Template
- Exclusive Trades:
- Offers Emerald Upgrade Smithing Template for 7 Diamonds + 1 Emerald Block
What's New in This Release?
- Emerald Gear: Upgrade diamond to emerald with new smithing mechanics.
- Daggers: Now twice as fast as swords for lightning-quick combat.
- Spears and Paxels: Available in all materials, including emerald.
- Template Duplication: Requires 7 Diamonds + 1 Emerald Block + Template.
- Wandering Trader Enhancements: Improved drops and special trades.
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:euyCQ901:cEQIhBT6"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:euyCQ901:cEQIhBT6"
}

