|
12 | 12 |
|
13 | 13 | - **Wiki:** [https://wurst.wiki/](https://go.wimods.net/from/github.com/Wurst-Imperium/Wurst7?to=https%3A%2F%2Fwurst.wiki%2F%3Futm_source%3DGitHub%26utm_medium%3DWurst7%2Brepo) |
14 | 14 |
|
15 | | -- **Forum:** [https://wurstforum.net/](https://go.wimods.net/from/github.com/Wurst-Imperium/Wurst7?to=https%3A%2F%2Fwurstforum.net%2F%3Futm_source%3DGitHub%26utm_medium%3DWurst7%2Brepo) |
| 15 | +## Relationship to upstream |
16 | 16 |
|
17 | | -- **Twitter/X:** [https://x.com/Wurst_Imperium](https://go.wimods.net/from/github.com/Wurst-Imperium/Wurst7?to=https://x.com/Wurst_Imperium) |
| 17 | +This project is a friendly, independent fork of Wurst 7. I originally proposed these features upstream and the maintainers kindly declined, so I’m keeping them in a separate fork. I’ll continue to maintain these additions and periodically rebase/sync with the upstream project. |
18 | 18 |
|
19 | | -- **YouTube:** [https://www.youtube.com/@Alexander01998](https://go.wimods.net/from/github.com/Wurst-Imperium/Wurst7?to=https://www.youtube.com/@Alexander01998) |
| 19 | +- Upstream repository: https://github.com/Wurst-Imperium/Wurst7 |
| 20 | +- This fork: https://github.com/cev-api/Wurst7-CevAPI |
| 21 | +- Status: actively maintained and rebased as upstream evolves |
20 | 22 |
|
21 | | -- **Donations/Perks:** [https://ko-fi.com/wurst](https://go.wimods.net/from/github.com/Wurst-Imperium/Wurst7?to=https://ko-fi.com/wurst) |
| 23 | +All credit for the original client goes to Wurst‑Imperium and its contributors. This fork is not affiliated with or endorsed by Wurst‑Imperium. This fork maintains the original GPLv3 licensing. |
22 | 24 |
|
23 | 25 | ## What’s new in this fork |
24 | 26 |
|
25 | 27 | ### New hacks |
26 | 28 | - MobSearch |
27 | 29 | - Search mobs by fuzzy name/ID or exact type (e.g., `minecraft:zombie` or `zombie`). |
| 30 | + - Multi-term queries: separate with commas (e.g., `skeleton, zombie`). |
28 | 31 | - Rendering: Boxes, Lines, or Both. Rainbow or fixed color (default red). Box size configurable. |
29 | 32 |
|
30 | 33 | - BedESP |
|
41 | 44 | - Per-block toggles and per-block colors. Defaults: all enabled; each uses the main/default color unless overridden. |
42 | 45 |
|
43 | 46 | - RedstoneESP |
44 | | - - Highlights: Redstone Torch/Block, Lever, Buttons/Plates (all types), Tripwire Hook, Target Block, Dust, Repeater, Comparator, Observer, Daylight Detector, Sculk Sensor (+ Calibrated), Pistons (regular/sticky), Dispenser, Dropper, Hopper, Trapped Chest, Note Block, Jukebox, Bell, Lectern (redstone), Powered/Detector/Activator Rails. |
| 47 | + - Highlights: Redstone Torch/Block, Lever, Tripwire Hook, Target Block, Dust, Repeater, Comparator, Observer, Daylight Detector, Sculk Sensor (+ Calibrated), Pistons (regular/sticky), Dispenser, Dropper, Hopper, Trapped Chest, Note Block, Jukebox, Bell, Lectern (redstone), Powered/Detector/Activator Rails. |
| 48 | + - Buttons and Pressure Plates are grouped: |
| 49 | + - Include buttons + Buttons color (matches all button variants) |
| 50 | + - Include pressure plates + Pressure plates color (matches all plate variants) |
45 | 51 | - Style + color + area. |
46 | | - - Per-component toggles and per-component colors. Defaults: all enabled; each uses the main/default color unless overridden. |
47 | 52 |
|
48 | 53 | ### Search improvements |
49 | | -- New keyword field (plain text): type terms like “diamond”. Falls back to the block picker when empty. |
| 54 | +- Keyword field accepts plain-text terms (e.g., `diamond`). Falls back to the block picker when empty. |
| 55 | +- Multi-term queries supported: comma-separated terms (e.g., `diamond, ancient`) to match both diamond ores and ancient debris. |
50 | 56 | - Rendering style: Boxes, Lines, or Both (tracers). View-bobbing is canceled when lines are enabled. |
51 | | -- Color mode: “Use fixed color” toggle (default off → rainbow). When enabled, you can pick a fixed color. |
| 57 | +- Color mode for lines: “Use fixed color” toggle (default off → rainbow). When enabled, pick a fixed color. |
52 | 58 | - Safer update cycle: query/radius changes trigger proper rescans; shared normalization and predicate helpers. |
53 | 59 | - Tracer safety: falls back to block center when the outline shape is empty (prevents crashes on empty VoxelShapes). |
54 | 60 |
|
| 61 | +### MobESP improvements |
| 62 | +- Added color options like MobSearch: |
| 63 | + - Rainbow or fixed color for boxes/lines (configurable). |
| 64 | + |
55 | 65 | ### Portal ESP improvement |
56 | 66 | - Area/radius changes reset its scan coordinator so expanding the radius takes effect immediately. |
57 | 67 |
|
|
60 | 70 |
|
61 | 71 | ### Sticky area (new option) |
62 | 72 | - Added to: Search, Portal ESP, BedESP, SignESP, RedstoneESP, WorkstationESP, ChestESP. |
| 73 | +- Turn Sticky area On to keep results anchored as you move. Useful for pathing back to things you found at the edge of your range. |
63 | 74 | - Default: Off (re-centers every time you enter a new chunk to match ESP drop-off distances). |
64 | | -- Tip: Turn Sticky area On to keep results anchored as you move. Useful for pathing back to things you found at the edge of your range. |
| 75 | + |
| 76 | +### Usability |
| 77 | +- Right-click the Area setting to reset to its default (e.g., 33×33 where configured). |
65 | 78 |
|
66 | 79 | ### Stability |
67 | 80 | - Fixed “UnsupportedOperationException: No bounds for empty shape” by: |
|
0 commit comments