Links
Tags
Creators
Details
Licensed GPL-3.0-or-later
Published 2 years ago
Updated 2 weeks ago
All versions
1.2+mod
Release
v1.22 weeks ago 263
Uploaded by
Compatibility
Minecraft: Java Edition
26.1.x
1.21.11
Platforms
Fabric
Forge
NeoForge
Quilt
Supported environments
Server-side
Singleplayer
Changes
- Polished some details.
- Rotating item – The Mirror: Block damage count increased to 3.
- Map switching now uses a dialog box (copied some code in "About Teleport").
- Damage judgment file rewritten (copied some code in "JK's Pillars of Fortune").
- New experimental mode: Armed (sniper rifles disabled by default).
- Spear mode: Added "Replace" option.
New Features – Classic/Experience Mode
- Specials – Sponge: Now non-recyclable.
- Rotating items: All now have a 25% rotation chance.
- Team trap: Cannot be purchased if the bed is destroyed.
- Team upgrade – Death Fight Enhancement: Cannot be purchased after Death Fight starts.
Container Chunk
- Item descriptions now use textures instead of text in the chat box.
- Shop item boxes are now arranged in three rows (corresponding to the three resource modes).
- Added a way to disable selling items.
Locations
- Judgment rewritten; no longer uses
data get Pos. - Compass now uses particles instead of distance display.
Fixes
- Winning team's team chest was not cleared.
- Infinite combo attacks could occur while blocking.
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:HRDIWDik:Qk8twgc8"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:HRDIWDik:Qk8twgc8"
}

