Skip to content

Commit 22edecf

Browse files
committed
Add FastFill: area filler that places a chosen block into every reachable spot in a selected box
1 parent a11e642 commit 22edecf

3 files changed

Lines changed: 414 additions & 0 deletions

File tree

src/main/java/net/wurstclient/hack/HackList.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ public final class HackList implements UpdateListener
151151
public final FancyChatHack fancyChatHack = new FancyChatHack();
152152
public final FakeLagHack fakeLagHack = new FakeLagHack();
153153
public final FastBreakHack fastBreakHack = new FastBreakHack();
154+
public final FastFillHack fastFillHack = new FastFillHack();
154155
public final FastLadderHack fastLadderHack = new FastLadderHack();
155156
public final FastPlaceHack fastPlaceHack = new FastPlaceHack();
156157
public final FeedAuraHack feedAuraHack = new FeedAuraHack();

0 commit comments

Comments
 (0)