Tags
Creators
Details
0.9.0.15b
Compatibility
Changes
-
Bumped NeoForge version to 21.1.242 for Minecraft 1.21.1
-
Updated kill icon for kills top element
-
Made improvements to shake node effects
-
External spectators can now only spectate their friends' team
-
Vanilla shake effects no longer apply when taking bullet damage
-
Fixed fire-rate exploit when using semi-automatic fire-mode on certain weapons
-
Fixed Discord button on settings screen not functioning the same as button on main menu
-
Fixed backpacks on corpses when player is killed while crouched
-
Fixed bullets not registering as hits if player is hugged against penetrable blocks
-
Fixed players receiving cloud reminders while not in a match
-
Fixed spectators receiving karma for typing 'gg' at end of match
-
Fixed capture point HUD showing 'capturing' instead of 'defending' for defenders
-
Fixed long-distance shots not granting additional score
-
Fixed headshots and no-scopes counting during warm-up
-
Fixed smoke grenades not emitting smoke when shot mid-air
-
Fixed being able to use debug hotkeys while in-match
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:WmqtYzrL"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:hTexWmdS:WmqtYzrL"
}

