All versions
1.0.0
Alpha
Aetas Ferrea Mod 1.0.0 [ALPHA]last month 46
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
Version 1.0.0 - ALPHA
- Initial Release of Aetas Ferrea Mod.
- Added Golden Dulling: Golden weapons and tools dynamically lose attack damage, attack speed, and block break speed as durability drops.
- Added Golden Enchantments: Golden items automatically receive Looting II, Fortune II, or Protection II when crafted, picked up, or spawned.
- Added Hero of the Village passive effect when wearing a full set of Golden armor.
- Implemented the Armor Realism Matrix:
- Slashing damage immunities for Iron and Diamond armor sets.
- Arrow deflection chance for Iron (up to 20%) and Diamond (up to 60%) armor.
- Blunt/High-Mass weapon bypass logic for Chainmail and Iron armor.
- Durability immunities: armors do not lose durability when hit by lower-tier weapons.
- Added Leather Armor speed boost: grants +1.25% movement speed per piece (up to +5% max).
- Configured dynamic config resolution: yields Config GUI rendering to 'Configured' or 'YACL' if present, with a manual edit helper fallback GUI.
- Added full support for mobs wearing realism-based armors and using golden 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:EpinNwSM:Z703xxvY"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:EpinNwSM:Z703xxvY"
}

