Tags
Creators
Details
0.2.0.19a
Compatibility
Changes
-
Added missing translations for Conquest capture point spawn messages
-
Added new asset test for Conquest capture points
-
Added war-cry ability to Conquest game-mode
-
Added back-stabs to the profile stats page
-
Added hit-marker for vehicle damage
-
Added damage alarm sound and overlay effect for vehicles
-
Replaced rank title with rank icon on player nameplates
-
Tripled max count for all classes in Conquest game mode
-
Made improvements to assets test command
-
Stamina now decreases at half as slowly in Conquest game mode
-
Fixed rendering of text in the credits screen
-
Fixed server-side crash in Conquest game mode
-
Fixed server-side crash when the bot shoots an explosive
-
Fixed AVT Silver skin
-
Fixed vehicle health bug when damaged
-
Fixed passenger death when the vehicle is destroyed
-
Fixed damage effects when players are attacked in a vehicle
-
Fixed player coins and armours not displaying
-
Fixed bots on the lobby becoming 'Unknown'
-
Fixed being unable to sprint while in a vehicle
-
Fixed heads display during vote
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:hTexWmdS:Iamz39kt"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:hTexWmdS:Iamz39kt"
}

