Skip to content

Instantly share code, notes, and snippets.

Fetchr

Fetchr, also known as Bingo 5.0, is a custom gamemode in which you collect Minecraft items in a survival Minecraft world. You will be presented with a 5x5 Bingo board with each slot depicting a Minecraft item. In the game lobby, this looks like this:
Lobby Bingo Card

General Information

Fetchr or Minecraft Bingo in general is quite a simple concept as it builds on top of survival gameplay. You will start with an empty inventory at a random, and unknown spawn point within the world. You will need to punch trees, get a crafting table and basic tools, just like regular survival.

# Make sure all mentioned values are set correctly in your server.properties file.
# This file applies for version 5.0 Pre-Release 2
level-seed=91
enable-command-block=true
level-name=Bingo 5.0-pre2
pvp=false
resource-pack=https://github.com/NeunEinser/bingo/releases/download/5.0-pre2/Bingo-5.0-pre2-resourcepack.zip
function-permission-level=2
spawn-npcs=true
spawn-animals=true
magma block
gold block
clock
all gold tools
jukebox
obsidian
all diamond tools
all jungle items
all fish / fish bucket
item frame
@NeunEinser
NeunEinser / biome.jsonc
Created July 8, 2020 22:36 — forked from MulverineX/biome.jsonc
Reference Vanilla Files
// Defines a biome, to be used by dimensions
{
"starts": [ // List of structures from configured_structure_feature
"minecraft:mineshaft_mesa",
"minecraft:stronghold",
"minecraft:ruined_portal"
],
"spawners": {
"water_ambient": [], // Water ambient mobs
"ambient": [ // Ambient mobs
{
"net.minecraft": {
"package-info": "qm",
"members": {
"net/minecraft/client/util/math/Quaternion": "a",
"net/minecraft/client/util/math/Vector3f": "b",
"net/minecraft/ChatFormat": "c",
"net/minecraft/util/crash/CrashReport": "d",
"net/minecraft/util/crash/CrashReportSection": "e",
"net/minecraft/util/crash/CrashCallable": "f",