Skip to content

Instantly share code, notes, and snippets.

@esDotDev
Created February 26, 2026 14:41
Show Gist options
  • Select an option

  • Save esDotDev/7c13ee1f6c59cbd6f56390aec8f43768 to your computer and use it in GitHub Desktop.

Select an option

Save esDotDev/7c13ee1f6c59cbd6f56390aec8f43768 to your computer and use it in GitHub Desktop.
{
"module_id": 3,
"title": "The Hunger Bar (Food & Drink Station)",
"concept": "In Minecraft, players must eat to keep their 'Hunger Bar' full.",
"presentation_notes": [
"Serve food in square containers",
"Place a printed, pixelated food label next to each item"
],
"menu": {
"food_items": [
{
"in_game_name": "Carrots & Apples",
"real_world_equivalent": "Baby carrots and apple slices",
"note": "Essential Minecraft survival foods"
},
{
"in_game_name": "Sticks",
"real_world_equivalent": "Pretzel sticks"
},
{
"in_game_name": "Slimeballs",
"real_world_equivalent": "Green grapes or green melon balls"
},
{
"in_game_name": "Gold Nuggets",
"real_world_equivalent": "Chicken nuggets or yellow cheese cubes"
},
{
"in_game_name": "TNT",
"real_world_equivalent": "Red Twizzlers or Red Vines",
"preparation": "Take bundles of red licorice, wrap a piece of black construction paper around the middle, and write 'TNT' on them in white marker."
}
],
"potions_drinks": {
"serving_vessels": "Clear plastic cups or glass bottles",
"varieties": [
{
"name": "Potion of Healing",
"color": "Red",
"options": ["Red fruit punch", "Cranberry juice"]
},
{
"name": "Potion of Water Breathing",
"color": "Blue",
"options": ["Blue Gatorade", "Blue Hawaiian Punch"]
},
{
"name": "Potion of Swiftness",
"color": "Yellow",
"options": ["Lemonade"]
}
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment