A multiloader bingo mod https://modrinth.com/mod/bingo-mod
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-05-15 13:02:56 +02:00
.github Run client gametests in CI 2026-05-03 14:16:21 +01:00
.idea Replace icon.svg with icon.png 2024-03-14 20:21:58 -05:00
asset_src Add the ability to view other teams' bingo boards in spectator 2024-05-23 20:16:41 -05:00
changelogs Bump version to 1.1.23 2026-05-01 15:13:51 +01:00
gradle Set MDG version correctly 2026-05-02 16:02:27 +01:00
images Add readme 2023-12-02 19:16:39 +00:00
src allow any player to run bingo reset after game end 2026-05-15 13:02:56 +02:00
.gitignore Switch to unimined 2025-07-22 00:14:11 +01:00
build.gradle.kts move gametests to separate mod json 2026-05-15 13:02:56 +02:00
checkstyle.xml Allow Fabric imports in gametest package in checkstyle 2026-05-03 14:03:38 +01:00
gradle.properties set enigmatics name suffix 2026-05-15 13:02:56 +02:00
gradlew Update Gradle Wrapper 2024-12-21 07:07:14 -06:00
gradlew.bat Update Gradle Wrapper 2024-12-21 07:07:14 -06:00
LICENSE Update copyright information 2024-05-24 11:58:40 -05:00
README.md Remove mention of Architectury API from README 2024-05-03 17:02:16 -05:00
settings.gradle.kts Initial conversion to fabric loom 2026-05-01 21:05:27 +01:00

icon.png

Bingo

A Bingo mod that displays the bingo board on players' screens and tracks progress in real time.

Features

  • A bingo board rendered in the corner of the screen:

    Bingo board

  • Different gamemodes:

    Gamemode choices in command

  • Tracking the progress of goals:

    Progress display of a goal

  • Vanilla friendly:

    Shows bingo board in Advancements

Installation

Fabric

  1. Install Fabric.
  2. Download Fabric API and put it in your mods folder.
  3. Download the Bingo mod from Modrinth, and put it in your mods folder.

NeoForge

  1. Install NeoForge.
  2. Download the Bingo mod from Modrinth, and put it in your mods folder.

Usage

The Bingo mod works with vanilla teams. Use /bingo teams create <color> to create a new team, and /bingo teams randomize to add a player to a team. The Bingo mod also uses the Vanilla teams system, so you can use the Vanilla /team command to manage teams as well.

To start a game, use /bingo start [options...] <teams...>. For example, if you want to start a bingo game between two teams called red and blue with default settings, you can use /bingo start red blue. Here is a more complicated example with a smaller board and easier goals: /bingo start --difficulty bingo:easy --size 3 red blue.

Datapacks

The Bingo mod's goals, difficulties, and tags (used in board generation) are entirely data-driven and can be modified with datapacks. For examples of the formats of these, check the mod's default data folder.

Credits

Many of the goals this Bingo mod adds originally come from v4 of the mcbingo website.

Contributing

The process of contributing is the same as for any other Minecraft mod. Please ask before making any large changes.