2.0.0
Compatibility
Changes
Update 2.0.0 Sandevistan — Canto Update Added the Militech Canto Mk.6. Equip it in your offhand, or in a Curios Cyberdeck slot if you have Curios. Look at a target to see its health and distance, then press C to switch quickhacks, Shift+C to switch back, and X to use one.
The four quickhacks are Short Circuit (3 damage and a short stun), Overheat (damage and fire), Cyberware Malfunction (temporarily disables cyberware), and Blackwall Gateway (heavy damage that can spread to nearby enemies). Quickhacks use RAM, which slowly refills. The HUD shows your RAM and cooldown.
Blackwall now has red flames and sparks around affected targets. Malfunction glitches the screen and HUD, and the Blackwall death effect stays visible until you respawn.
Mobs wearing a Sandevistan now drop one random crafting component, with a 20% chance to drop a second. There are also new Canto advancements and commands for testing the effects.
Fixed the Sandevistan sound playing when it wasn’t equipped.
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:s0lBJ9uQ:5FuzHd45"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:s0lBJ9uQ:5FuzHd45"
}

