Minecraft – Is griefing by mobs in Minecraft really random

minecraft-java-edition

When a creeper settled on the only part of rail in miles that had powered rails, I shrugged it off. When two creepers dropped on me from above without giving me a second of chance, just as I was passing over a lake of fire, I thought "bad luck". But when I ran naked at night, after a respawn, to a shelter with iron door, chased by a crowd of mobs, only to find the one specific block with the door button removed by an enderman, I began suspecting there's more to it than "hide in random dark place", "move blocks at random" etc.

Is there a specific code in Minecraft, responsible for mobs trying to damage critical infrastructure on purpose? e.g. an enderman preferring that one block with a button on it versus 300 other blocks of the house?

Best Answer

I'm not aware of any there being any "infrastructure targeting" code in Minecraft.

The situations you describe however, seem to have three possible explanations:

  1. The random number generator hates you. This is a known phenomenon dating all the way back to early dice games. Simply put, the random number generator appears to actively work to destroy you. Short of making a shrine to the RNG gods, no solution to this problem is known.

  2. Selective memory. You are simply remembering the times you were horribly griefed more vividly than the times mobs spawned out in the open where you could easily take them on, even if they are equally common.

  3. Death from above. The first two situations you gave sound like you were in an enclosed, partially lit cave. This type of environment would increase the spawn chance in other nearby areas. In such a scenario, mobs using "Death from Above" tactics is for more likely, especially in abandoned mine-shafts. The Enderman case you describe just sounds like bad luck (See point 1).