Tags
Creators
Details
1.6.0
Compatibility
Required content
Changes
VexBot 1.6 (finaly) - 1.7 coming soon
Crystal PvP - Cart PvP
This update will include major improvements to crystal pvp and cart pvp.
FIX
Fixed #40 - Crystal PvP needs to be improved all around
Fixed #53 - cpvp kit bugs
Fixed #74 - Make Pearl catch more accurate
Fixed #75 - low ground pathfinding (Crystal PvP)
Fixed #81 - players on team
Fixed #83 - when alot of bots target a player if the player goes too high up or too low the bot would freezes
Fixed #85 - the bot can mace you through slow falling
Fixed #86 - actual issue now besides open sourcing the project but macing/hitting thru walls
Fixed #102 - Difficulties don't mean anything.
Fixed #107 - Internal Exception: io.netty.handler.codec.EncoderException: Failed to encode packet 'clientbound/minecraft:level_particles'
Fixed #108 - when the bot runns at me, it randomly does a 360, canceling its momentum (it is no way near me and messes my mace hits up)
Fixed #111 - Make pathfinding look more natural
Fixed #116 - hitting through walls
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:nIV5nxLI"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:EPgNYyCG:nIV5nxLI"
}


