Skip to content

Commit f9d084b

Browse files
authored
Update README.md
1 parent 8acb4dc commit f9d084b

1 file changed

Lines changed: 22 additions & 9 deletions

File tree

README.md

Lines changed: 22 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,22 @@
1212

1313
- **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)
1414

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
1616

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.
1818

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
2022

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 WurstImperium. This fork maintains the original GPLv3 licensing.
2224

2325
## What’s new in this fork
2426

2527
### New hacks
2628
- MobSearch
2729
- 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`).
2831
- Rendering: Boxes, Lines, or Both. Rainbow or fixed color (default red). Box size configurable.
2932

3033
- BedESP
@@ -41,17 +44,24 @@
4144
- Per-block toggles and per-block colors. Defaults: all enabled; each uses the main/default color unless overridden.
4245

4346
- 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)
4551
- Style + color + area.
46-
- Per-component toggles and per-component colors. Defaults: all enabled; each uses the main/default color unless overridden.
4752

4853
### 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.
5056
- 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.
5258
- Safer update cycle: query/radius changes trigger proper rescans; shared normalization and predicate helpers.
5359
- Tracer safety: falls back to block center when the outline shape is empty (prevents crashes on empty VoxelShapes).
5460

61+
### MobESP improvements
62+
- Added color options like MobSearch:
63+
- Rainbow or fixed color for boxes/lines (configurable).
64+
5565
### Portal ESP improvement
5666
- Area/radius changes reset its scan coordinator so expanding the radius takes effect immediately.
5767

@@ -60,8 +70,11 @@
6070

6171
### Sticky area (new option)
6272
- 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.
6374
- 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).
6578

6679
### Stability
6780
- Fixed “UnsupportedOperationException: No bounds for empty shape” by:

0 commit comments

Comments
 (0)