Tags
Creators
Details
Licensed MIT
Published 3 years ago
All versions
2.2-1.21-neoforge
Release
Truly-Modular-armory-armory-forge-2.2-1.214 months ago 3,836
Uploaded by
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Any compatible version
Changes
v2.2 (1.21)
- large scale internal rework
- now it makes usage of module stats for easier addon and adjustments
- other armor modules now extend default armor modules
- if you want to work on armor we recommend checking armory and its updated way of doing armor modules.
- changed all armors durability calculation to closer fit vanilla (thanks @pixale) -> materials can now set armor_durability directly, they are multiplied for each module.
- changed how armor toughness is calculated -> materials can now define armor_toughness to overwrite it
- changed heavy armor, scuba and wing calculation for armor points, they now are a flat percentage better or worse then normal armor
- added gemstone armor (thanks to pixale)
- amethyst : +0.15 entity interaction range
- copper : + 0.3 block interaction range
- conduit : +25% oxygen bonus
- heart of the sea : +10% swim speed
- diamond : +400 durability + 50% durability
- emerald : + 2 luck
- feather : -25% gravity reduces
- obsidian : +25% gravity reduces
- gold : 5% mining efficiency
- iron : + 1 Unbreaking
- lapis : +3 luminous learning
- nether quarz +10% crit chance
- netherite : +10% armor
- redstone : 1 speed when attacked (4 s)
- sculk : +10% sneak speed
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:6mUV27DN:hZbHexQd"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:6mUV27DN:hZbHexQd"
}

