Tags
Creators
Details
2.5.3
Compatibility
Changes
Added: -> A new type of soldier enttiy, summonable using /ava ai. . . . can define their strats -> /ava ai .. . . . command, summon custom strategized smart entity -> Bullet hitting blocks now has 25% chance triggering projectile game event, which can be listened by warden and shulker vein or whatever it was called -> Unsilenced weapon will now fire projectile shoot game event, same as above -> Right-clicking on soldier while wearing same uniform to let them follow/unfollow you -> Some environment ambient sounds can be used -> New server option that will override client config values for entity status bars -> Smart entities now has an "active" state, active is true when they have target, when inactive they put their hands down
Improved: -> Block hardness conversion calculator is changed from -hardness^2 + 1 to log(hardness + 1) -> The soldiers at the outposts now longer wander around, instead they are more in a defensive manner
Fixed: -> Void water block properties, unplaceable...etc -> Rendering mis-translated matrix issue while rendering some hud components like Projectile indicator -> Server config values not correctly synced to the client
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:VXgaJQ9n:A7Eg30Jl"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:VXgaJQ9n:A7Eg30Jl"
}

