Tags
Creators
Details
1.3.13
Compatibility
Required content
Changes
🛡️ Armor of the Ages 1.20.1 v.1.3.13

Armor skins!!!
You can now apply a new custom skin to your armor in the Armor of the Ages config menu, and swap your skin as much as you like Added 5 new O-Yoroi skins:
- Nightblue
- Jade
- Amber
- Pinky
- Amethyst (available for Patreon only in the future)
Further improvement
- The O-Yoroi texture got slightly improved, to make it different from the other skins
- Added a client/server feature to show your skin publicly or keep it for you
Future of this feature
I will work in the next week on a more indepth and gameplay oriented feature, with a custom block to swap your skins and custom items/scrolls to find in structures to unlock the skins! I'm looking forward to 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:vEgtiJIY:E4CRAP6v"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:vEgtiJIY:E4CRAP6v"
}


