Wurst.Wiki

The Official Wurst Client Wiki

User Tools

Site Tools


mobspawnesp

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
mobspawnesp [2021/08/05 17:26] alexander01998mobspawnesp [2024/09/20 12:06] (current) alexander01998
Line 1: Line 1:
 ====== MobSpawnESP ====== ====== MobSpawnESP ======
  
-<WRAP 516px> +{{template>template:about 
-^  MobSpawnESP  ^^ +|ABOUT=the hack that shows where mobs can spawn 
-|{{ :mobspawnesp.webp?500 |}}|| +|OTHER=the hack that shows where mobs currently are 
-^Type|[[:Hack]]| +|SEE=MobESP 
-^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+
-</WRAP>+
  
-[{{ :mobspawnesp_cave.webp?400|When lighting up a [[mc>cave]] in Minecraftit'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 Minecraft hack that shows where [[mc>hostile mobs]] can and cannot [[mc>spawn]]. Each spawnable block surface is highlighted with a colored X. By defaultthis X will be red if mobs can spawn there at any time, or yellow if mobs can only spawn there at night.
  
-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 timeor yellow if mobs can only spawn there at night.+**Note:** Unlike [[MobESP]], MobSpawnESP does not show you where existing mobs actually areIt only shows you the blocks that new mobs might spawn onbased on factors like light level, solid blocks, and amount of free space.
  
 ===== Settings ===== ===== Settings =====
Line 21: Line 18:
 ^In-game description|(none)| ^In-game description|(none)|
 ^Default value|9x9 chunks| ^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|+^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|
  
-==== Loading speed ==== +==== Night color ==== 
-^  Loading speed  ^^+^  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| ^Type|Slider|
 ^In-game description|(none)| ^In-game description|(none)|
-^Default value|1+^Default value|50%
-^Minimum|1+^Minimum|0%
-^Maximum|5+^Maximum|100%
-^Increment|1|+^Increment|1%|
  
 ==== Depth test ==== ==== Depth test ====
-^  Depth test <sup>[//[[:Wurst 7]] only//]</sup>  ^^+^  Depth test  ^^
 ^Type|Checkbox| ^Type|Checkbox|
 ^In-game description|(none)| ^In-game description|(none)|
 ^Default value|checked| ^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 ===== ===== Changes =====
 ^Version^Changes^ ^Version^Changes^
 |[[update:Wurst 6.25]]|Added MobSpawnESP.| |[[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 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 MobSpawnESP sometimes causing the game to crash. (Minecraft 1.14+)| +|[[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. (Thanks to [[gh>allanshepherd]]!)|+|[[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.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.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.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  ^^ ^  ForgeWurst  ^^
 |[[update:ForgeWurst 0.10 Beta]]|Added MobSpawnESP.| |[[update:ForgeWurst 0.10 Beta]]|Added MobSpawnESP.|
Line 52: Line 73:
 {{tag>client-side}} {{tag>client-side}}
 ---- struct data ---- ---- struct data ----
 +hack.name            : MobSpawnESP
 +hack.image           : hack:m:mobspawnesp.webp
 +hack.category        : render
 +hack.in-game description : Highlights areas where mobs can spawn.
 +hack.default keybind : none
 +hack.source code     : net/wurstclient/hacks/MobSpawnEspHack.java
 ---- ----
  
mobspawnesp.1628184404.txt.gz · Last modified: 2021/08/05 17:26 by alexander01998