All versions
1.0.14
Alpha
Stephatea's Modular Armour 1.0.14 - Sneaky Updatelast month 3
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Changes
Sneaky new test version, It's not the full update but I wanted to release this while I remember the change log!!
Added -
- Light Suit - A second suit archetype, a lot smaller and has a faster flight speed. Additionally allows for two extra head modules to be installed.
- Plough Module - Till's soil in a 3x3 area relative to which arm it's installed
- Grabber Module - Grab blocks and entities and move them around!!
- Gps Module - Save and Track up to 3 waypoints at a time!!
Changed -
- Changed flight without Flight Control Module
- Added labels to module install screen
- added warnings if suits are too close
- colour coded slot information
Known Bugs -
- Repulsors are broken currently, will be reworked soon
- height issues might arise due to implementation of Light Suit
- damaged light suits look a bit weird
- light suits don't explode
- Durability is displayed incorrectly as standard suit
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:1b2szadu:IqM5SBNY"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:1b2szadu:IqM5SBNY"
}




