Tags
Creators
Details
2.0.0+mc1.21.0
Compatibility
Required content
Changes
New Features:
-
Added an "SMP Mode" for dedicated servers that runs BINGO games on the same world without erasing world data
This is now the default behavior when the mod is installed on a server. See the wiki for more information! (including how to switch to Lobby Mode)
-
Various improvements to the game over screen, including some fancy animations!
-
Scored items, leading teams, and other game messages are now drawn as part of the HUD instead of spamming the chat log!
-
The list of players on a team is now shown in a tooltip when hovering over the card title.
-
Multiple tier lists can be selected at once - e.g. for a card with both items and advancements.
These are weighted evenly by default (meaning an even portion of the item distribution goes to each tier list, after rounding) - but can be adjusted with commands!
-
Datapack/scoreboard data is now preserved between rounds by default (on dedicated servers only)
-
Added function files (under
config/yet-another-minecraft-bingo/commands/on_countdown.mcfunction) that can be configured to run commands on certain game events.
Bugs Squashed:
-
Using lockout mode with a "full card" goal no longer ends the game due to a stalemate.
-
Fixed an obscure crash caused when a tier list sends invalid items to the client.
-
Fixed incompatibility with servers using a different
level-namevalue inserver.properties. -
The server no longer overwrites certain gamerules if they are set before a round is started.
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:AK76Y6ck"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:mHeNceaH:AK76Y6ck"
}

