Tags
Creators
Details
2.7.5+mc1.21.7
Compatibility
Required content
Changes
New Features:
-
Added the ability to click on the bingo card in the HUD to open the card screen
(in addition to the "View Card" keybind)
-
Added a "pressed" texture to make the Return to Lobby button more intuitive
-
The "Keep Playing" button no longer persists its setting changes into the next game
-
Minor tier list sorting
Bugs Squashed:
- Fixed broken ender dragon state when the spawn dimension is set to "The End"
- Using
/bingo timelimitwhile a game is running no longer saves oddly specific time limits to the config (#151)
Translations:
- New Chinese Simplified translations from Young912!
- New Czech translations from Džerry!
- New Hungarian translations from Remarci!
- New Russian translations from lazdni!
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:Kt8OG8sg"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:mHeNceaH:Kt8OG8sg"
}

