Tags
Creators
Details
2.6.0+mc1.21.5
Compatibility
Required content
Changes
New Features:
-
Updated to support 1.21.5!
-
Added a "Keep Playing" button!
Ever lost a game and wished you could complete the rest of the card anyway? Now you can!
-
The "Game Over" screen now lists all items scored during the game!
-
(1.20.6+) For inventory mode, items that are stored inside bundles, shulker boxes, or ender chests will remain on the card!
-
Spectators now use an isolated chat by default (meaning players can't see your messages!)
You can change this in
config.jsonwith"defaultToSpectatorChat": true. -
(1.21.3+) Crafting recipe toasts are no longer shown when starting a game with "Unlock recipes" enabled
-
Added
bingo_items,bingo_lines, andbingo_cardsscoreboards for tracking team scores via datapack -
(Client) Various HUD rendering optimizations
Bugs Squashed:
-
Fixed vanilla clients not being compatible with modded players hosting on LAN (due to the registered sound events)
-
Fixed hidden items not being shown when the game is over
-
Fixed card desync for spectators when players switch teams during a game
-
Fixed scores not being shown to spectators when there's only one team
-
Player statistics (and phantom/sleep timer) now properly reset after each (lobby mode) game
-
Players can no longer whack each other during the countdown
Optional dependencies
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:mHeNceaH:JGZZwAS0"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:mHeNceaH:JGZZwAS0"
}

