====== MobSpawnESP ====== ^ MobSpawnESP ^^ |{{ :mobspawnesp.webp?500 |}}|| ^Type|[[:Hack]]| ^Category|[[Render]]| ^In-game description|"Highlights areas where mobs can spawn.\\ yellow - mobs can spawn at night\\ red - mobs can always spawn"| ^[[:keybinds#default_keybinds|Default keybind]]|none| ^Source code|[[w7src>net/wurstclient/hacks/MobSpawnEspHack.java]]| [{{ :mobspawnesp_cave.webp?400|When lighting up a [[mc>cave]] in Minecraft, it's easy to miss small spots that are just barely dark enough for mobs to spawn. MobSpawnESP helps by showing where those spots are.}}] MobSpawnESP is a Minecraft hack that shows where [[mc>hostile mobs]] can and cannot [[mc>spawn]]. Each spawnable block surface is highlighted with a colored cross: red if mobs can spawn there at any time, or yellow if mobs can only spawn there at night. ===== Settings ===== ==== Draw distance ==== ^ Draw distance ^^ ^Type|Enum| ^In-game description|(none)| ^Default value|9x9 chunks| ^Possible values|3x3 chunks, 5x5 chunks, 7x7 chunks, 9x9 chunks, 11x11 chunks, 13x13 chunks, 15x15 chunks, 17x17 chunks, 19x19 chunks, 21x21 chunks, 23x23 chunks, 25x25 chunks| ==== Loading speed ==== ^ Loading speed ^^ ^Type|Slider| ^In-game description|(none)| ^Default value|1| ^Minimum|1| ^Maximum|5| ^Increment|1| ==== Depth test ==== ^ Depth test [//[[:Wurst 7]] only//] ^^ ^Type|Checkbox| ^In-game description|(none)| ^Default value|checked| ===== Changes ===== ^Version^Changes^ |[[update:Wurst 6.25]]|Added MobSpawnESP.| |[[update:Wurst 6.26.1]]|Fixed MobSpawnESP sometimes causing the game to crash. (Minecraft 1.8 - 1.12)| |[[update:Wurst 7.0pre2]]|Fixed MobSpawnESP sometimes causing the game to crash. (Minecraft 1.14+)| |[[update:Wurst 7.8]]|Added a "Depth test" checkbox to MobSpawnESP. (Thanks to [[gh>allanshepherd]]!)| |[[update:Wurst 7.12.1]]|Fixed MobSpawnESP not working below y=0 and above y=255.| |[[update:Wurst 7.13]]|Fixed MobSpawnESP glitching out when extremely far from spawn.| |[[update:Wurst 7.15.1]]|Fixed MobSpawnESP crashing the game in Minecraft [[mc>21w19a]] and later versions.| |[[update:Wurst 7.17.1]]|Fixed MobSpawnESP still highlighting blocks with [[mc>light]] level 1-7 as spawnable in Minecraft [[mc>21w39a]] and later versions. (Only blocks with light level 0 can actually spawn mobs in these versions.)| |[[update:Wurst 7.18]]|Fixed MobSpawnESP sometimes crashing the game. (Thanks to [[gh>thyraxx]]!)| ^ ForgeWurst ^^ |[[update:ForgeWurst 0.10 Beta]]|Added MobSpawnESP.| {{tag>client-side}}