Tags
Creators
Details
Licensed ARR
Published 8 months ago
Updated 6 months ago
All versions
1.0.12
Release
AOT: Helos / v1.0.126 months ago 2,822
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
Additions
- Added multiple new weapon parts
- Added recipe to refill Gas Canisters with Iceburst
Changes
- Readjusted all weapon recipes
- Readjusted gun damage values
- Anti-Personnel Pistols will now refill both when reloading from APG
- Gas Canisters now empty to 0 instead of removing
- Gas Canisters can now be refilled at Gas Tanks
- Ultrahard-Steel Blades can now be refilled at Blade Crates
- Ultrahard-Steel Blades can now be unloaded from ODM Blades
- Gas can now be emptied from ODM Gear
- Anti-Personnel Pistol can now be unloaded
- Halved the particle count of flares
- Removed fade from flare smoke to increase long-range visibility
Fixes
- Fixed ODMG not being able to draw from Blade Crates
- Fixed bugs with gas canisters and blades not giving the correct amounts
- Fixed sound bug with ODM Blades
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:rDOyswTp:8HSsDICZ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:rDOyswTp:8HSsDICZ"
}

