Skip to content

Commit 4f3ed0b

Browse files
committed
Update NiceWurst, Fix Readme
1 parent 84eb007 commit 4f3ed0b

4 files changed

Lines changed: 10 additions & 9 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Wurst Client v7.53.1 (MC26.1.1) - Modified by CevAPI
1+
# Wurst Client v7.53.1 (MC1.21.11) - Modified by CevAPI
22

33
![CevAPI Logo](https://i.imgur.com/kBIn9Ab.png)
44

@@ -10,7 +10,7 @@
1010
### Download
1111
Pre-compiled copies are available on the [Release Page](https://github.com/cev-api/Wurst7-CevAPI/releases).
1212

13-
I have versions for [1.21.1](https://github.com/cev-api/Wurst7-CevAPI/tree/1.21.1), [1.21.8](https://github.com/cev-api/Wurst7-CevAPI/tree/1.21.8), [1.21.10](https://github.com/cev-api/Wurst7-CevAPI/tree/1.21.10), [1.21.11](https://github.com/cev-api/Wurst7-CevAPI/tree/1.21.11) but I only update and maintain the latest; [26.1.1.](https://github.com/cev-api/Wurst7-CevAPI/tree/master)
13+
I have versions for [1.21.1](https://github.com/cev-api/Wurst7-CevAPI/tree/1.21.1), [1.21.8](https://github.com/cev-api/Wurst7-CevAPI/tree/1.21.8), [1.21.10](https://github.com/cev-api/Wurst7-CevAPI/tree/1.21.10), [1.21.11](https://github.com/cev-api/Wurst7-CevAPI/tree/1.21.11) but I generally only update and maintain the latest; [26.1.1.](https://github.com/cev-api/Wurst7-CevAPI/tree/master)
1414

1515
Not happy with the supported versions? Download [ViaFabricPlus](https://modrinth.com/mod/viafabricplus)
1616

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ fabric_api_version=0.141.3+1.21.11
1616

1717
# Mod Properties
1818
mod_version=v7.53.1-CevAPI-MC1.21.11
19-
fork_release_version=0.49
19+
fork_release_version=0.52
2020
maven_group=net.wurstclient
2121
archives_base_name=Wurst-Client
2222
mod_loader=Fabric

src/main/java/net/wurstclient/nicewurst/NiceWurstModule.java

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,21 +85,22 @@ public final class NiceWurstModule
8585
{
8686
ALLOWED_HACKS.put(Category.BLOCKS,
8787
Set.of("AutoBuild", "AutoSign", "AutoTool", "BuildRandom",
88-
"Excavator", "HandNoClip", "InstantBunker", "ScaffoldWalk",
89-
"TemplateTool", "TargetPlace", "SilkOnly", "MusicAura"));
88+
"BedBreakAura", "Excavator", "HandNoClip", "InstantBunker",
89+
"ScaffoldWalk", "TemplateTool", "TargetPlace", "SilkOnly",
90+
"MusicAura"));
9091

9192
ALLOWED_HACKS.put(Category.MOVEMENT, Set.of("BunnyHop", "AutoSprint",
9293
"AutoWalk", "AutoSwim", "Dolphin", "SafeWalk", "Sneak", "InvWalk"));
9394

9495
ALLOWED_HACKS.put(Category.COMBAT, Set.of("AutoRespawn", "AutoTotem",
95-
"AutoLeave", "WindChargeKey", "PearlIntercept"));
96+
"AutoLeave", "ShieldSwing", "WindChargeKey", "PearlIntercept"));
9697

9798
ALLOWED_HACKS.put(Category.RENDER,
9899
Set.of("Breadcrumbs", "DurabilityHUD", "Fullbright", "HealthTags",
99100
"MobHealth", "NameTags", "NewChunks", "NewerNewChunks",
100101
"NoBackground", "NoFireOverlay", "NoVignette", "NoWeather",
101102
"Freecam", "Waypoints", "HideWurst", "ElytraInfo", "Mapa",
102-
"BedrockStash"));
103+
"BedrockStash", "NoShieldOverlay"));
103104

104105
ALLOWED_HACKS.put(Category.CHAT,
105106
Set.of("AutoChat", "Mention", "NoPlayerChat"));

src/main/java/net/wurstclient/options/WurstOptionsScreen.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,8 +313,8 @@ private void addToolsSection()
313313
b -> wurst.getOtfs().packetToolsOtf.openScreen());
314314

315315
addButton(column, () -> "Hack Debugger",
316-
"Open Navigator with a quick search to toggle hacks/settings while out of game.",
317-
b -> minecraft.setScreen(new NavigatorMainScreen("hack")));
316+
"Open Navigator without pre-filling a search term.",
317+
b -> minecraft.setScreen(new NavigatorMainScreen()));
318318

319319
addButton(column, () -> "Blocked Hacks Editor",
320320
"Open TooManyHax blocklist editor (safe outside game).",

0 commit comments

Comments
 (0)