Version History
Block Mechanics
Command Syntax
Speedrun Tech
Biome Generation
100

What update changed combat mechanics significantly?

1.9

100

What block emits a restone signal only when struck by a projectile?

Target block

100

What does /tp ~ ~ ~ do when run by a player?

Teleports the player to their current position (nothing)
100

What item is often placed in the offhand slot during End fights for clutching if falling into the void?

Ender pearl

100

What is the only biome that must be adjacent to a deep ocean biome under default generation rules?

Mushroom Fields

200

What update added zombie piglins?

1.16

200

What is the piston push limit?

12 blocks

200

What is the difference between store result and store success in /execute store?

Store result stores the actual return value of a command, while store success stores 1 if the command succeeded, and 0 if it failed

200

What land-based movement method allows players to  travel the fastest in Soul Sand Valleys using boats in the nether?

Boat on ice over soul soil with Soul Speed boots

200

What biome can only spawn above Y-level 200?

Jagged Peaks

300

What feature was removed from boats in 1.9?

Boats breaking on impact

300

What nether block, when broken, makes it so that an infinite superflat surface can be accessed?

Bedrock

300

Write the full command that would detect if a player has exactly 12 cobblestone in their inventory.

/execute if data entity @p Inventory[{id:"minecraft:cobblestone",Count:12b}]

300

In Random Seed Any%, what trick allows very quick travel to the Nether in under 3 minutes using natural structures?

Bucket lava nether entry through a surface lava pool, using gravel for flint

300

In Amplified worlds, what biome type often causes waterfall generation errors due to vertical overhangs?

Savanna Plateau or Badlands Plateau

400

What major UI feature was introduced in 1.12?

Advancements tab

400

Which redstone component is quasi-connective but not directional?

Redstone dust

400

Write the full command that would summon a sheep named WoolFactory that cannot move, cannot be pushed, and will never despawn, but still eats grass normally.

/summon minecraft:sheep ~ ~ ~ {CustomName:'"WoolFactory"',NoAI:1b,PersistenceRequired:1b,NoGravity:1b,Invulnerable:0b}

400

What f3 value can be used to locate bastions?

f3-E

400

What pre-1.7 terrain generation bug allowed jungles to form inside snow biomes?

Biome edge blending failed to update temperature zones correctly
500

What update (x.y.z) added the feature that lava flows 8 blocks in the nether?

Alpha 1.2.2

500

What trick is used to make it so a blast-resistant slime block piston contraption can stop tnt explosions without being destroyed, but only when powered?

Quasi-push trick

500

Write the full command that would set a command block at a player's feet that would automatically summon a glowing invisible armor stand named "Watcher" every 5 seconds. The armor stand must have no gravity and no base plate.

/setblock ~ ~-1 ~ minecraft:repeating_command_block{Command:/summon minecraft:armor_stand ~ ~ ~ {Invisible:1b,NoGravity1b,CustomName:'\"Watcher\"',CustonNameVisible:0b,Glowing1b,NoBasePlate1b}",auto:0b,ConditionMet:1b,TrackOutput:0b,UpdateLastExecution:1b,auto:1b} replace

500

What geometrical concept is the basis for the formula that can be used to triangulate a stronghold in three throws or less?

Line-line intersection

500

In Minecraft Java 1.18+, at (-1536, 170, 2048) in a Stony Peaks biome with the default world type, what 4 biomes are most likely to generate within 128 blocks? (must name all 4)

Jagged Peaks, Snowy Slopes, Grove, Frozen River

M
e
n
u