1.0.0
Compatibility
Required content
Changes
Initial release. Gun Legion is a firearms expansion for Robot Legion — arm yourself and your combat robots with steam-driven military guns, hold ground with turrets, suit up in powered armor, and field a loyal Gun Drone against the enemy gun legion. Every weapon, turret, and machine uses its own custom 3D model with animated working parts. Fully localized in English, 日本語, and 简体中文.
Firearms — 11 guns, each with its own custom 3D model, ADS aiming, dynamic recoil spread, and reload style.
Ammo & production — seven ammo types, plus the Gunsmith Bench, Ammo Fabricator, Weapon Assembly Line, and Gunpowder Press.
Turrets & base defense — Sentry Turret, Missile Turret, Tesla Coil Tower, and Proximity Mine.
Gear & allies — the Tactical Exo Suit (animated powered armor with set bonuses, HUD, and twin Tesla cannons) and the Gun Drone ally (upgrade parts, ammo belt, beam finisher, internal minigun).
Practice & docs — a Shooting Target and the fully illustrated Gunsmith's Field Manual.
Localization — fully translated into English, 日本語 (Japanese), and 简体中文 (Simplified Chinese).
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:Dzey1KXI:tPeafTM1"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Dzey1KXI:tPeafTM1"
}

