Tags
Creators
Details
2.1.0+mc1.21.1
Compatibility
Required content
Changes
New Features:
-
Added a brand new Challenge tier list with more complex goals - such as "Never obtain Kelp" or "Get Killed By Warden"
-
Added "Best Time" (and "Max Win Streak") tracking! This shows the best time you've completed a card for the given mode / tier list / item distribution settings.
-
Reorganized various items on the built-in tier lists; S-tier is no longer overpopulated with Silk Touch items.
-
Added a
/bingo card <tile> set <objective>command for changing card items manually -
Various small improvements to card info & rendering.
-
Added a keybind to toggle the overall Bingo HUD rendering
-
Chunks are now pregenerated around each spawnpoint before starting the game - configurable with
"preloadViewDistance"in config.json.
Bugs Squashed:
-
Fixed servers ignoring the
motd=value inserver.properties -
Fixed a minor optimization issue related to item components in 1.20.6+
-
Fixed the "game over" screen not rendering flashing items and (very rarely) missing some cards altogether.
-
Increased the height/area that the game searches for team locations in a custom lobby
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:LsK52ltT"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:mHeNceaH:LsK52ltT"
}

