Skip to content

Commit ebf1b9c

Browse files
author
BuildTools
committed
1.4.0
1 parent 9e3c933 commit ebf1b9c

2 files changed

Lines changed: 25 additions & 10 deletions

File tree

README.md

Lines changed: 24 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@ From version 1.2.0, this mod requires the Hypixel Mod API which can be found [he
3434

3535
</details>
3636

37+
<details><summary>Regex chat filter</summary>
38+
39+
- Use a customizable regular expression to filter chat.
40+
41+
</details>
42+
3743
<details><summary>Random placeholder</summary>
3844

3945
- Type a customizable placeholder to replace it with a random string from a UUID.
@@ -91,7 +97,7 @@ From version 1.2.0, this mod requires the Hypixel Mod API which can be found [he
9197

9298
<details><summary>Hand swings (1.15+)</summary>
9399

94-
- Swing your hand when doing numerous actions, such as dropping items or using projectiles.
100+
- Swing your hand when doing numerous actions, such as dropping items or using items like snowballs and armor.
95101

96102
</details>
97103

@@ -113,6 +119,21 @@ Smaller features that change the game, similar to features in Patcher.
113119

114120
### BedWars
115121

122+
#### HUDs
123+
124+
<details><summary>XP display</summary>
125+
126+
- Shows your experience out of 5,000.
127+
- Inaccurate for lower levels (0-4).
128+
129+
</details>
130+
131+
<details><summary>Magic milk display</summary>
132+
133+
- Shows how long your Magic Milk will last for.
134+
135+
</details>
136+
116137
#### Challenges
117138

118139
<details><summary>BedWars defusal helper</summary>
@@ -211,15 +232,9 @@ All commands are under the /yedel command. For example:
211232

212233
</details>
213234

214-
<details><summary>- movehuntingtext</summary>
215-
216-
- Opens the GUI to move the Bounty Hunting display text.
217-
218-
</details>
219-
220-
<details><summary>- movetext</summary>
235+
<details><summary>- movehud</summary>
221236

222-
- Opens the GUI to move the display text.
237+
- Opens the HUD customization screen.
223238

224239
</details>
225240

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
org.gradle.jvmargs=-Xmx2G
22
essential.defaults.loom=0
33
loom.platform=forge
4-
mod_version=1.3.0
4+
mod_version=1.4.0
55
essentialVersion=17141+gd6f4cfd3a8

0 commit comments

Comments
 (0)