Tags
Creators
Details
Licensed ARR
Published 2 years ago
Updated 2 months ago
All versions
1.0.0+forge-1.20.1
Release
1.0.0 for Forge 1.20.12 months ago 308
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Any compatible version
Changes
Changelog
1.0.0 (2026-07-15)
⚠ BREAKING CHANGES
- Now mod will deploy to sites
- Improved Discord Notifier
Features
- Full Mod Support (9c0e173)
Bug Fixes
- 1.20.1 Support Added back mid 1.21.1 port (a13adc2)
- 1.20.1 Support Added back mid 1.21.1 port (d4a9324)
- added emissive textures to ironman suits (f670137)
- added emissive textures to ironman suits (84b9553)
- Added Support for beta pushing (3dc93ee)
- Fabric Support (6a6ece1)
- Forge AW Support (23de6d7)
- Forge AW Support (d19f572)
- Forge AW Support (002fa8b)
- Github Build File (d5990e9)
- Hover no longer uses world heightmap for hover cap (24ad4f6)
- Hover no longer uses world heightmap for hover cap (85c3f02)
- Improved Discord Notifier (023b177)
- Improved Ironman Flight Trail (23fbfce)
- Improved Ironman Flight Trail (18ec675)
- Mod Deploy (fdc60e9)
- Test 2 (3eb1c50)
- Update Tracker Bug (7fb8090)
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:IUKDvtKG:F518B1LS"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:IUKDvtKG:F518B1LS"
}

