How to search for a village from a high vantage point using minecraftraytrace, minecraftrotate, minecraftwalkto (with settable chunklimit), and scanning the surroundings, hopping from high point to high point until a village is found. Use when the goal is to find a village, villagers, or village structures.
How to build a COZY and SAFE starter house out of wood and planks that monsters CANNOT get into. You need a door, a bed, a crafting table, and a furnace inside. Use this when you're ready to settle down and stop sleeping outside.
How to read the current inventory slot layout with minecraftinventoryslots before equipping, so you always know exactly which slot holds which item and never act on a wrong item in hand. Use before mining, crafting, eating, or selecting hotbar slots.
Use in-memory waypoints (minecraftaddwaypoint / minecraftlistwaypoints) to remember short-lived coordinates like an ore vein, a staircase entry, or a block you can't mine yet. Because findblock cannot see underground (anti-x-ray), remember where things are instead of re-finding them.
Rules for vertical travel and mining that never strand the bot. Use staircaseup / staircasedown (walkable ramp) instead of digging straight down or straight up. Keep pillarup for outdoor open space only. Always equip the right tool, then mine. Never dig straight down.
How to SURVIVE ENTIRELY in Minecraft the way big bro taught me. The FIRST day is the MOST IMPORTANT. Punch wood, make tools, get food, hide at night, then build a house and farm. Use this as everyday common sense — "what should I be doing RIGHT NOW to not die?".