Wurst.Wiki

The Official Wurst Client Wiki

User Tools

Site Tools


search

Table of Contents

Search

Search
A block of diamond ore being highlighted by Search.
TypeHack
CategoryRender
In-game description“Helps you to find specific blocks by
highlighting them in rainbow color.”
Default keybindnone
Source codenet/wurstclient/hacks/SearchHack.java

Search is a Minecraft hack that highlights blocks of a specific type with rainbow-colored boxes. These boxes can be seen through walls.

Search is similar to X-Ray, but there are two main differences:

  1. Search can only reveal one type of block at a time, X-Ray can reveal multiple types of blocks simultaneously.
  2. Search works by highlighting blocks, X-Ray works by hiding blocks.

The second difference also allows Search to work with mods like OptiFine and Sodium, which alter Minecraft's rendering code in such a way that X-Ray can no longer hide blocks.

Settings

Block

Block
TypeBlock
In-game description“The type of block to search for.”
Default blockDiamond 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 air blocks, as that would cause a lot of lag and have no practical use.

Area

Area
TypeEnum
In-game description“The area around the player to search in.
Higher values require a faster computer.”
Default value11×11 chunks
Possible values3×3 chunks, 5×5 chunks, 7×7 chunks, 9×9 chunks, 11×11 chunks, 13×13 chunks, 15×15 chunks, 17×17 chunks, 19×19 chunks, 21×21 chunks, 23×23 chunks, 25×25 chunks, 27×27 chunks, 29×29 chunks, 31×31 chunks, 33×33 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 11×11 chunks is equivalent to a 176×176 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
TypeSlider
In-game description“The maximum number of blocks to display.
Higher values require a faster computer.”
Default value104 (or 10,000)
Minimum103 (or 1,000)
Maximum106 (or 1,000,000)
Increment1 order of magnitude

The “Limit” setting determines the maximum number of blocks to display. The default value of 104 (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

VersionChanges
Wurst 1.7 BetaAdded Search.
Wurst 1.7.2 BetaFixed Search causing a lot of lag.
Wurst 3.0pre1Broke Search.
Wurst 3.0pre3Fixed Search.
Wurst 6.1Updated the overlay in Search.
Wurst 7.0pre1Temporarily removed Search.
Wurst 7.0pre9Re-added Search.
Wurst 7.0pre9 (Minecraft 1.14+),
Wurst 6.27 (Minecraft 1.12 & 1.8)
Added a “Block” setting to Search that determines the type of block to search for.
Removed .search, as Search's “Block” setting makes it obsolete.
Search will now target minecraft:diamond_ore by default.
Search will now scan whole chunks instead of individual blocks.
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.
Greatly improved the performance of Search to allow for the increased range and block limit.
Wurst 7.0pre10Fixed Search searching for 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.
Wurst 7.1.2 (Minecraft 1.14+),
Wurst 6.32.1 (Minecraft 1.12 & 1.8)
Fixed Search not resetting when going to a different dimension.
Wurst 7.8Fixed Search not working properly on low render distance. (Wurst7:100 - Thanks to ThisTestUser!)
Wurst 7.12.1Fixed Search not working below y=0 and above y=255.
Wurst 7.15Fixed Search crashing the game in Minecraft 21w19a and later versions.
Fixed BlockSettings (e.g. Search Block) not rendering correctly in Minecraft 21w19a and later versions.
Wurst 7.26Fixed an OpenGL error appearing in the logs when toggling Search.
Wurst 7.31Slightly improved performance of Search, CaveFinder and BaseFinder.
search.txt · Last modified: 2023/09/11 14:35 by alexander01998