All versions
1.0.0
Beta
Delta Force Armor System 1.0.05 months ago 2,039
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Changes
đ Changelog
1.0.0 (2026-04-25)
đ Initial Release
Core Features:
- â 5-tier repair kit system for helmets and chestplates (Copper, Iron, Gold, Diamond, Netherite)
- â Durability transfer mechanics â repair kits have capacity that depletes when repairing armor
- â Anvil repair for kits â restore capacity using iron ingots
- â Zero-durability armor preservation â broken armor stays visible but provides no protection
- â Tier restrictions â lower-tier kits can only repair nearby armor tiers
- â Gold-tier specialization â 20% faster use time
- â Diamond-tier specialization â 20% less durability consumption
Configuration:
- â 47+ configuration options via Cloth Config
- â Toggle vanilla anvil repair, Mending enchantment, tier restrictions
- â Custom durability values for all armor types
- â Custom repair kit capacities per tier
- â Global damage consumption multiplier
- â Hunger cost per use
Localization:
- â English (US)
- â įŽäŊ䏿
- â įšéĢ䏿
- â íęĩė´ (Korean)
Technical:
- â Minecraft 1.21.11 Fabric support
- â Custom item textures (32Ã32 with transparent backgrounds)
- â Cloth Config integration
- â Mod Menu integration with custom icon
Known Issues
- â ī¸
RepairKitItem.javahas deprecation warning forIdentifier.of()(cosmetic, no functional impact)
Upcoming Features (Planned)
- đ In-game guide book
- đ Additional repair kit recipes
- đ Sound effects for repair actions
- đ Visual durability bar on repair kits
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:WAgTbE32:w2jU8T6A"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:WAgTbE32:w2jU8T6A"
}

