====== MobSpawnESP ====== {{template>template:about |ABOUT=the hack that shows where mobs can spawn |OTHER=the hack that shows where mobs currently are |SEE=MobESP }} 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 X. By default, this X will be red if mobs can spawn there at any time, or yellow if mobs can only spawn there at night. **Note:** Unlike [[MobESP]], MobSpawnESP does not show you where existing mobs actually are. It only shows you the blocks that new mobs might spawn on, based on factors like light level, solid blocks, and amount of free space. ===== 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, 27x27 chunks, 29x29 chunks, 31x31 chunks, 33x33 chunks| ==== Night color ==== ^ Night color ^^ ^Type|Color| ^In-game description|"Color of the X at positions where mobs can spawn at night."| ^Default value|#FFFF00 (yellow)| ==== Day color ==== ^ Day color ^^ ^Type|Color| ^In-game description|"Color of the X at positions where mobs can always spawn."| ^Default value|#FF0000 (red)| ==== Opacity ==== ^ Opacity ^^ ^Type|Slider| ^In-game description|(none)| ^Default value|50%| ^Minimum|0%| ^Maximum|100%| ^Increment|1%| ==== Depth test ==== ^ Depth test ^^ ^Type|Checkbox| ^In-game description|(none)| ^Default value|checked| ==== Media ==== [{{hack:m:mobspawnesp_first.webp?500|A screenshot showing the first ever version of MobSpawnESP in [[update:ForgeWurst 0.10 Beta]].}}] [{{hack:m:mobspawnesp_cave.webp?500|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.}}] ===== Changes ===== ^Version^Changes^ |[[update:Wurst 6.25]]|Added MobSpawnESP.| |[[update:Wurst 6.26.1]]|Fixed a bug in MobSpawnESP that made it sometimes crash the game. (Minecraft 1.8 - 1.12)| |[[update:Wurst 7.0pre2]]|Fixed a bug in MobSpawnESP that made it sometimes crash the game. (Minecraft 1.14+)| |[[update:Wurst 7.8]]|Added a "Depth test" checkbox to MobSpawnESP. ([[pr>Wurst7:40]])| |[[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 a NullPointerException in MobSpawnESP. ([[pr>Wurst7:470]])| |[[update:Wurst 7.37.1]]|Fixed MobSpawnESP not updating correctly when you move to a different dimension.| |[[update:Wurst 7.46pre2]]|Rebuilt MobSpawnESP from the ground up, fixing many sporadic crash issues that plagued the old version.| |:::|Added "Night color", "Day color", and "Opacity" settings to MobSpawnESP.| |:::|Removed MobSpawnESP's "Loading speed" slider.| ^ ForgeWurst ^^ |[[update:ForgeWurst 0.10 Beta]]|Added MobSpawnESP.| {{tag>client-side}}