1.4.0
Compatibility
Required content
Changes
Circuitborn
The Circuitborn - Part Human, Part Machine. Created with a singular purpose: to build, innovate, and master the world of redstone.Impact: 2
Powers:
Duplication - You can duplicate redstone components by placing them alone in a crafting grid.
Size Shift - You can shrink yourself to fit within even the tightest wiring. (Sneak + Drop Item to toggle, 0.25x size)
Voltage Appetite - You can consume redstone dust, overcharging your circuits with Speed I, Haste II, and Jump Boost I for 15 seconds.
Resistant Body - Your reinforced chassis grants you 20 hearts of health.
Heavy Body - Your metallic frame makes you heavier and less agile.
Rusty Circuits - Water causes your circuits to rust, damaging you.
Enhanced Recognition - Your optical sensors can briefly activate, granting a short burst of Night Vision. (Secondary)
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:6Xr98nAQ:2fsXxISu"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:6Xr98nAQ:2fsXxISu"
}

