This is an old revision of the document!
Search
Search | |
---|---|
![]() |
|
Type | Hack |
Category | Render |
In-game description | “Helps you to find specific blocks by highlighting them in rainbow color.” |
Default keybind | none |
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:
- Search can only reveal one type of block at a time, X-Ray can reveal multiple types of blocks simultaneously.
- 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 | |
---|---|
Type | Block |
In-game description | “The type of block to search for.” |
Default block | Diamond Ore (minecraft:diamond_ore ) |
Area
Area | |
---|---|
Type | Enum |
In-game description | “The area around the player to search in. Higher values require a faster computer.” |
Default value | 11×11 chunks |
Possible values | 3×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 |
Limit
Limit | |
---|---|
Type | Slider |
In-game description | “The maximum number of blocks to display. Higher values require a faster computer.” |
Default value | 104 (or 10,000) |
Minimum | 103 (or 1,000) |
Maximum | 106 (or 1,000,000) |
Increment | 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.
Changes
Version | Changes |
---|---|
Wurst 1.7 Beta | Added Search. |
Wurst 1.7.2 Beta | Fixed Search causing a lot of lag. |
Wurst 3.0pre1 | Broke Search. |
Wurst 3.0pre3 | Fixed Search. |
Wurst 6.1 | Updated the overlay in Search. |
Wurst 6.27 | Added a “Block” setting to Search that determines the type of block to search for. (Minecraft 1.8 & 1.12) |
Removed .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 chunks instead of individual 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) | |
Wurst 6.32.1 | Fixed Search not resetting when going to a different dimension. (Minecraft 1.8 & 1.12) |
Wurst 7.0pre1 | Temporarily removed Search. |
Wurst 7.0pre9 | Re-added Search. |
Added a “Block” setting to Search that determines the type of block to search for. (Minecraft 1.14+) | |
Removed .search, as Search's “Block” setting makes it obsolete. (Minecraft 1.14+) | |
Search will now target minecraft:diamond_ore by default. (Minecraft 1.14+) |
|
Search will now scan whole chunks instead of individual blocks. (Minecraft 1.14+) | |
Added an “Area” setting to Search that determines the area around the player in which it will search. (Minecraft 1.8 & 1.14+) | |
Added a “Limit” setting to Search that determines the maximum number of blocks to display. (Minecraft 1.14+) | |
Greatly improved the performance of Search to allow for the increased range and block limit. (Minecraft 1.14+) | |
Wurst 7.0pre10 | Fixed 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 | Fixed Search not resetting when going to a different dimension. (Minecraft 1.14+) |
Wurst 7.8 | Fixed Search not working properly on low render distance. (Thanks to ThisTestUser!) |