All versions
1.0.11
Beta
Stephatea's Modular Armour 1.0.112 months ago 131
Uploaded by
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
I was bored, here's a new update!!
Added -
- Machine Gun Module - First multislot module! Install on either arms or chest. on wrist adds ability to shoot fast projectiles, kinda just the basic. On chest it installs as a shoulder mounted machine gun, same as wrist but with a fancy model!!
- Weapon Enhancer - Chest module that enhances the effects of specific modules. Will be expanded in the future, currently just makes the machine gun break glass, enhances repulsor speed and adds small explosives, enhances rockets to explode with tnt power when close to a target.
- more bugs!! Please let me know if you find any so I can fix them quickly!!!
Changed -
- changed suit check feature of the remote to say the suits name. added energy and coordernates regardless of suit level
- added crafting and functionaility to repair tool!! No more permanently damaged suits!!
- changed repulsors from particle to projectile (thanks satsu!!)
- Increased speed of rockets
- increased range of lasers
- batteries can be installed twice!! first step in making all chest modules stack!!
Fixed -
- Z fighting with suit textures
- Other stuff I've forgotten
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:fsjAEPLF"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:1b2szadu:fsjAEPLF"
}

