2712
ediciones
Cambios
→Detailed spawning algorithm
In [[Peaceful]] [[difficulty]], Monster Spawner blocks will still appear, but any spawned [[hostile]] mobs will disappear the instant they spawn. ([[Zombie Pigmen]], [[Magma Cubes]], and [[Ghasts]] will not spawn at all.) This makes it easy to make the traps without being troubled by the mobs. The brief instant that the monster exists in the world before being removed is enough time for the player to be pushed around, for the sound file to play, and occasionally for Skeletons to fire arrows.
=== Detailed spawning algorithm Algoritmo detallado ===
<pre>
every spawn cycle (every randInt(200,799) ticks when a player is within
if all 4 mobs failed to spawn, repeat on the next tick
</pre>
== Curiosidades ==