Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/roseckyj/minecraft-bingo
A Python script and a datapack skeleton allowing you to generate a simple Bingo board. The generator includes items from Minecraft 1.19 split into multiple categories allowing you to customize your game.
https://github.com/roseckyj/minecraft-bingo
datapack minecraft python
Last synced: 18 days ago
JSON representation
A Python script and a datapack skeleton allowing you to generate a simple Bingo board. The generator includes items from Minecraft 1.19 split into multiple categories allowing you to customize your game.
- Host: GitHub
- URL: https://github.com/roseckyj/minecraft-bingo
- Owner: roseckyj
- Created: 2022-10-19T19:14:00.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-30T18:14:36.000Z (7 months ago)
- Last Synced: 2024-04-30T19:33:09.951Z (7 months ago)
- Topics: datapack, minecraft, python
- Language: Python
- Homepage: https://www.planetminecraft.com/data-pack/minecraft-bingo-4913043/
- Size: 296 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Minecraft Bingo Generator
A Python script and a datapack skeleton allowing you to generate a simple Bingo board. The generator includes items from Minecraft 1.19 split into multiple categories allowing you to customize your game.![screenshot](screenshot.png)
## Usage
To start playing you need to[ **install the datapack**](https://www.planetminecraft.com/blog/how-to-download-and-install-minecraft-data-packs/) and then **run the** ***script.py*** using [Python 3](https://www.python.org/downloads/). This will generate advancements for your bingo game. You can also select which items you want to get included in your game (write '*y'* or '*n'* and press *enter* for each one of them):* **default** (Most items from overworld obtainable in low to medium amount of time)
* **silktouch** (Items requiring silktouch tool to obtain)
* **nether** (Items requiring to enter the nether - mostly, some are at ruined portals etc.)
* **end** (Items requiring to enter the end, some of them killing the dragon and going to end cities)
* **rare** (Ultra rare items - music disks and chain armor)
* **oceanMonument** (Items mostly from underwater monuments)Inspired by Swiep's [Minecraft Bingo Datapack](https://www.reddit.com/r/Minecraft/comments/f7iwat/hi_we_made_a_minecraft_bingo_datapack_for_115/) the game gets started by **getting a dirt block** and the board can later be accessed by **pressing L** to open advancements.
You can play with this datapack in singleplayer or multiplayer. Feel free to redistribute or modify the datapack (or update it for future versions), just don't forget to mention the source. Also recording or streaming with this datapack is encouraged, just tag the source so others can find it.