
Diamond Gear+
Expand your world with this mod! It adds an upgraded "X" tier diamond armor set, a powerful Diamond Sword X, and a brand-new Diamond Shield. Explore the world to find a massive, rare Castle spawning in the Plains, and trade your emeralds with villagers to
1.0.3
Compatibility
Changes
š Update 1.1.0 ā The "X" Tier Arrival!This update introduces the ultimate tier of diamond gear. Upgrade your equipment to level X and dominate your world!š What's New:Diamond Helmet X ā Maximum head protection with enhanced durability.Diamond Pickaxe X ā Mines blocks faster than ever before.Diamond Shovel X ā Clear out massive amounts of dirt and sand instantly.Diamond Hoe X ā The ultimate tool for large-scale farming.Diamond Leggings X ā Heavy-duty protection for your legs.Diamond Boots X ā Feather-light movement with maximum defense.š§ Fixes & Tweaks:Optimized item textures.Balanced recipe costs for the new X-tier gear.
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:r7QlQwBP:j08klbth"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:r7QlQwBP:j08klbth"
}
