Wurst.Wiki

The Official Wurst Client Wiki

User Tools

Site Tools


search

Differences

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

Link to this comparison view

Next revision
Previous revision
search [2020/11/29 19:11] – created alexander01998search [2023/09/11 14:35] (current) – [Changes] alexander01998
Line 3: Line 3:
 <WRAP 516px> <WRAP 516px>
 ^  Search  ^^ ^  Search  ^^
-|{{ :search.webp?500 |}}||+|{{ :search.webp?500x265 |A block of diamond ore being highlighted by Search.}}||
 ^Type|[[Hack]]| ^Type|[[Hack]]|
 ^Category|[[Render]]| ^Category|[[Render]]|
 ^In-game description|"Helps you to find specific blocks by\\ highlighting them in rainbow color."| ^In-game description|"Helps you to find specific blocks by\\ highlighting them in rainbow color."|
 ^[[keybinds#default_keybinds|Default keybind]]|none| ^[[keybinds#default_keybinds|Default keybind]]|none|
 +^Source code|[[w7src>net/wurstclient/hacks/SearchHack.java]]|
 </WRAP> </WRAP>
  
Line 22: Line 23:
 ==== Block ==== ==== Block ====
 ^  Block  ^^ ^  Block  ^^
-^Type|Block|+^Type|[[:BlockSetting|Block]]|
 ^In-game description|"The type of block to search for."| ^In-game description|"The type of block to search for."|
 ^Default block|[[mc>Diamond Ore]] (''minecraft:diamond_ore'')| ^Default block|[[mc>Diamond Ore]] (''minecraft:diamond_ore'')|
 +
 +The "Block" setting determines the type of block that Search will highlight. It can be set to almost any block that exists in the game, including custom blocks added by mods. It cannot be set to [[mc>air]] blocks, as that would cause a lot of lag and have no practical use.
  
 ==== Area ==== ==== Area ====
Line 32: Line 35:
 ^Default value|11x11 chunks| ^Default value|11x11 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| ^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|
 +
 +The "Area" setting determines the area around the player in which Search will search for blocks. The area is measured in chunks, not blocks. The default value of 11x11 chunks is equivalent to a 176x176 block area. Setting this to a higher value will cause Search to search for blocks in a larger area, but it will also cause a significant decrease in performance and increase in CPU usage.
  
 ==== Limit ==== ==== Limit ====
Line 42: Line 47:
 ^Increment|[[wp>order of magnitude|1 order of magnitude]]| ^Increment|[[wp>order of magnitude|1 order of magnitude]]|
  
-Values are displayed as regular numbers, but saved as orders of magnitude (e.g. the default 10,000 blocks value of is saved as ''4''). This becomes visible when shift-clicking on the "Limit" slider to manually enter a value: Instead of entering the desired number of blocks directly, the user must enter the desired order of magnitude.+The "Limit" setting determines the maximum number of blocks to display. The default value of 10<sup>4</sup> (or 10,000) means that Search will only highlight up to 10,000 blocks at a time, even if there are more blocks of the selected type nearby. Setting this to a higher value will cause Search to highlight more blocks at once, but it can also negatively affect performance. 
 + 
 +Values are displayed as regular numbers, but saved as orders of magnitude (e.g. the default 10,000 blocks value is saved as ''4''). This becomes visible when shift-clicking on the "Limit" slider to manually enter a value: Instead of entering the desired number of blocks directly, the user must enter the desired order of magnitude.
  
 ===== Changes ===== ===== Changes =====
Line 51: Line 58:
 |[[update:Wurst 3.0pre3]]|Fixed Search.| |[[update:Wurst 3.0pre3]]|Fixed Search.|
 |[[update:Wurst 6.1]]|Updated the overlay in Search.| |[[update:Wurst 6.1]]|Updated the overlay in Search.|
-|[[update:Wurst 6.27]]|Added a "[[#Block]]" setting to Search that determines the type of block to search for. (Minecraft 1.8 & 1.12)| 
-|:::|Removed [[cmd:.search]], as Search's "[[#Block]]" setting makes it obsolete. (Minecraft 1.8 & 1.12)| 
-|:::|Search will now target ''minecraft:diamond_ore'' by default. (Minecraft 1.8 & 1.12)| 
-|:::|Search will now scan whole [[mc>chunks]] instead of individual [[mc>blocks]]. (Minecraft 1.8 & 1.12)| 
-|:::|Added an "[[#Area]]" setting to Search that determines the area around the player in which it will search. (Minecraft 1.8 & 1.12)| 
-|:::|Added a "[[#Limit]]" setting to Search that determines the maximum number of blocks to display. (Minecraft 1.8 & 1.12)| 
-|:::|Greatly improved the performance of Search to allow for the increased range and block limit. (Minecraft 1.8 & 1.12)| 
-|[[update:Wurst 6.32.1]]|Fixed Search not resetting when going to a different [[mc>dimension]]. (Minecraft 1.8 & 1.12)| 
 |[[update:Wurst 7.0pre1]]|Temporarily removed Search.| |[[update:Wurst 7.0pre1]]|Temporarily removed Search.|
 |[[update:Wurst 7.0pre9]]|Re-added Search.| |[[update:Wurst 7.0pre9]]|Re-added Search.|
-|:::|Added a "[[#Block]]" setting to Search that determines the type of block to search for. (Minecraft 1.14+)+|[[update:Wurst 7.0pre9]] (Minecraft 1.14+),\\ [[update:Wurst 6.27]] (Minecraft 1.12 & 1.8)|Added a "[[#Block]]" setting to Search that determines the type of block to search for.| 
-|:::|Removed [[cmd:.search]], as Search's "[[#Block]]" setting makes it obsolete. (Minecraft 1.14+)+|:::|Removed [[cmd:.search]], as Search's "[[#Block]]" setting makes it obsolete.| 
-|:::|Search will now target ''minecraft:diamond_ore'' by default. (Minecraft 1.14+)+|:::|Search will now target ''minecraft:diamond_ore'' by default.| 
-|:::|Search will now scan whole [[mc>chunks]] instead of individual [[mc>blocks]]. (Minecraft 1.14+)+|:::|Search will now scan whole [[mc>chunks]] instead of individual [[mc>blocks]].| 
-|:::|Added an "[[#Area]]" setting to Search that determines the area around the player in which it will search. (Minecraft 1.8 & 1.14+)+|:::|Added an "[[#Area]]" setting to Search that determines the area around the player in which it will search.| 
-|:::|Added a "[[#Limit]]" setting to Search that determines the maximum number of blocks to display. (Minecraft 1.14+)+|:::|Added a "[[#Limit]]" setting to Search that determines the maximum number of blocks to display.| 
-|:::|Greatly improved the performance of Search to allow for the increased range and block limit. (Minecraft 1.14+)|+|:::|Greatly improved the performance of Search to allow for the increased range and block limit.|
 |[[update:Wurst 7.0pre10]]|Fixed Search searching for [[mc>air]] blocks if you try to search for a block that doesn't exist.| |[[update:Wurst 7.0pre10]]|Fixed Search searching for [[mc>air]] blocks if you try to search for a block that doesn't exist.|
 |:::|Removed the ability for Search to search for air blocks at all, as it creates a lot of lag and there is no practical use for it.| |:::|Removed the ability for Search to search for air blocks at all, as it creates a lot of lag and there is no practical use for it.|
-|[[update:Wurst 7.1.2]]|Fixed Search not resetting when going to a different [[mc>dimension]]. (Minecraft 1.14+)+|[[update:Wurst 7.1.2]] (Minecraft 1.14+),\\ [[update:Wurst 6.32.1]] (Minecraft 1.12 & 1.8)|Fixed Search not resetting when going to a different [[mc>dimension]].| 
-|[[update:Wurst 7.8]]|Fixed Search not working properly on low render distance. (Thanks to [[gh>ThisTestUser]]!)|+|[[update:Wurst 7.8]]|Fixed Search not working properly on low render distance. ([[pr>Wurst7:100]] - Thanks to [[gh>ThisTestUser]]!)
 +|[[update:Wurst 7.12.1]]|Fixed Search not working below y=0 and above y=255.| 
 +|[[update:Wurst 7.15]]|Fixed Search crashing the game in Minecraft 21w19a and later versions.| 
 +|:::|Fixed BlockSettings (e.g. [[#block|Search Block]]) not rendering correctly in Minecraft 21w19a and later versions.| 
 +|[[update:Wurst 7.26]]|Fixed an OpenGL error appearing in the logs when toggling Search.| 
 +|[[update:Wurst 7.31]]|Slightly improved performance of Search, [[CaveFinder]] and [[BaseFinder]].|
  
 +{{tag>client-side mining has_blocksetting}}
search.1606673518.txt.gz · Last modified: 2020/11/29 19:11 by alexander01998