Tags
Creators
Details
1.7.0
Compatibility
Required content
Changes
Splitbrain is our own in-house design system that moves some of VEXBOT's processes onto a separate thread for much higher efficiency.
As VEXBOT does a large number of calculations every tick, it can be quite heavy on the CPU — Splitbrain makes it significantly less so.
The result: you can now spawn roughly 100 bots simultaneously without lag.
More improvements Stability and consistency.
FIX
Fixed #57 - the bot is too ignorant to use the crystals correctly even on the highest difficulty
Fixed #79 - faster stuns
Fixed #81 - cant set team targets
Fixed #91 - Bot target lag
Fixed #93 - Command Block Bot Spawn Failure
Fixed #102 - Bots Are super laggy
Fixed #103 - Bots dont know xbow cart
Fixed #111 - the bot has trouble carting xbow
Fixed #112 - cant have over 50 bots on a single team
Fixed #115 - Improvements and problems \ CPvP
Fixed #122 - stun slam
Fixed #129 - bot place obsidian through walls
Fixed #133 - more aggressive elytra macing
Fixed #134 - Bot places obsidian though the walls
Fixed #139 - Sheild Disable (Changes-Per difficulty)
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:EPgNYyCG:SDL3frAF"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:EPgNYyCG:SDL3frAF"
}


