Tags
Creators
Details
All versions
1.5.1
Release
Tag Mod 1.5.13 months ago 62
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client-side
Server-side
Client and server
Required content
Changes
Changelog — v1.5.1
Bug Fixes
- Fixed freeze mode showing the first frozen player as longest survivor instead of the last
- Fixed killer mode showing the first killed player as longest survivor instead of the last
New Features
- Added sound when the Killer eliminates a runner
- Added bell sound when the Chaser tags a runner
- Added freeze sound when the Freezer freezes a runner
- All commands are now usable by everyone without OP/operator permissions
Improvements
- In Freeze Mode with multiple Freezers, the round only stops if ALL Freezers leave
- When a player leaves mid-round, all players are teleported near a random player (2–5 blocks away on safe solid ground)
- "exampleUsername" left, game stopping." now shows in chat when a player leaves
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:EUY3r7JM:X6wjQJEm"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:EUY3r7JM:X6wjQJEm"
}

