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
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -739,6 +739,16 @@ This hack is still undergoing development and has only been tested in the end. A
739
739
- Allows you to setup a list of blocks that can only be broken by the player using a tool that has Silk Touch.
740
740
- Perfect for avoiding accidental breakage of Ender Chests and Amethyst Clusters.
741
741
742
+
### MobHealth
743
+
- Two dipslay modes; heart bar or a colored number.
744
+
- Uses ```hud/heart/*``` sprite IDs so it will change along with your resource pack.
745
+
- Toggles for showing number, names or hostile mobs only.
746
+
- Normalised to 10 max hearts.
747
+
- Compatible with HealthTags so names don't conflict.
748
+
- Conforms to vanilla health status effects (poison, wither, frozen, absorption, hardcore, low health jittering).
749
+
750
+

751
+
742
752
## What's changed or improved in this fork?
743
753
744
754
### ChestESP
@@ -939,6 +949,9 @@ Examples:
939
949
### AimAssist Improved
940
950
- Added lock-on targetting
941
951
952
+
### HealthTags Improved
953
+
- Now optionally uses the same hearts as the new MobHealth hack
954
+
942
955
### HandNoClip Improved
943
956
- Displays a red X on the crosshair when block placement or interaction is blocked while the hack is enabled.
944
957
- The red X can also indicate blocks that can be interacted with when On-Target Mode is enabled; in this mode, HandNoClip remains disabled until you are within range of a valid block.
0 commit comments