You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18-1Lines changed: 18 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -536,12 +536,21 @@ Credits to [Trouser-Streak](https://github.com/etianl/Trouser-Streak/blob/main/s
536
536

537
537
538
538
### MeasurementESP
539
-
- Command-only ESP tool that draws a 1x1 box at a specified distance along your look direction
539
+
-Navigator/Command-only ESP tool that draws a 1x1 box at a specified distance along your look direction
540
540
- Box color shows air vs solid: green (air + above air), yellow (air), red (solid). Basically, can I fit in there?
541
541
- Commands are: ```.measurementesp <distance>``` to enable and ```.measurementesp off``` to disable
542
542
- You can also mark the target, so keep a fixed box by running the command ```.measurementesp mark```, which can then be cleared with ```.measurementesp clear```.
543
543
- Usecase? Custom mods/datapacks that allow teleportation or weapons and tools that only work at a specific distance, or perhaps just literally measuring.
544
544
545
+
### ChorusFruit
546
+
- Navigator only hack that allows you to consume chorus fruit when a selected trigger happens and or your health is low
547
+
- On player enter
548
+
- On damage from player
549
+
- On damage from all
550
+
- Packet spam to help aid in the speed of consumtion
551
+
- Silent switching and returning to previous item upon consumption
552
+
- This hack is mostly designed for a specific datapack that allows a much greater range/distance of teleportation with these fruits
553
+
545
554
## What's changed or improved in this fork?
546
555
547
556
### ChestESP
@@ -733,6 +742,14 @@ Examples:
733
742
- Can now multi-select and delete alt accounts
734
743
- Moved to multiplayer screen
735
744
745
+
### AutoBuild Improved
746
+
- Air-start position support and continued air place for gaps in build
747
+
- Template preview shows a ghost of the template which locks in position when freecam is activated
748
+
- Placement validation, blocks are only considered done when the world has a non-replaceable block in that position
749
+
- Stuck handling, if the strict build order fails it temporarily relaxes the order so it can resume easier
750
+
- CTRL (Sprint) bypass, by holding it you can add your own blocks at any time, before during or after the build
751
+
- Adjustable confirmation ticks
752
+
736
753
### Wurst Options
737
754
- Added to home screen and put in the old spot of Alt Manager
738
755
- Added reload settings button so you can modify the settings.json manually
0 commit comments