Tags
Creators
Details
Licensed ARR
Published 2 years ago
Updated yesterday
All versions
26.1.2.1
Beta
moregears-26.1.2.1+26.1.2-neoforgeyesterday 7
Uploaded by
Compatibility
Minecraft: Java Edition
26.1.x
Platform
NeoForge
Supported environments
Client and server
Changes
26.1.2.1
- Added the Echoite tier, a Deep Dark tier that sits between Ruby and Titanium
- Echoite Ingots are made in the Alloy Smelter from an Echo Shard and a Diamond
- Added the full Echoite set: sword, pickaxe, axe, shovel, hoe, spear, bow, arrows and armor
- Wearing a full set of Echoite armor makes the Darkness effect wear off twice as fast, so the Warden and sculk shriekers are less punishing
- Added Echoite as an armor trim material
- Added shields for Bronze, Steel, Ruby, Echoite, Titanium and Enderite
- Added crossbows for every tier that already has a bow, from Copper up to Enderite. They take the same arrows the bows do
- Added the Enderite Trident, upgraded from a vanilla trident with an Enderite Upgrade template. Loyalty, Channeling and Riptide all work as normal
- Added the Enderite Elytra, upgraded from a vanilla elytra with an Enderite Upgrade template. It is fireproof and unbreakable, and flight is otherwise unchanged
- The Enderite shield, crossbow and trident are unbreakable and fireproof like the rest of the Enderite gear
Echoite needs Echo Shards, so you will need to find an Ancient City before you can make it.
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:LDRhJ7sL:fWQhOVsu"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:LDRhJ7sL:fWQhOVsu"
}

