Skip to content

Commit 707776c

Browse files
committed
remove loadouts
1 parent b683507 commit 707776c

4 files changed

Lines changed: 1 addition & 395 deletions

File tree

src/main/java/com/nerds/addon/NerdAddon.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,12 @@ public void onInitialize() {
2626

2727
Modules.get().add(new JoinLeaveNotify());
2828
Modules.get().add(new WindowTitleRenamer());
29-
Modules.get().add(new Loadouts());
3029
Modules.get().add(new AutoEmoji());
3130
Modules.get().add(new FastSwim());
3231

3332

3433
Commands.add(new Coords());
3534

36-
// HUD
3735
Hud.get().register(StatsHud.INFO);
3836
}
3937

@@ -51,4 +49,4 @@ public String getPackage() {
5149
public GithubRepo getRepo() {
5250
return new GithubRepo("Frko5000", "nerd-addon");
5351
}
54-
}
52+
}

src/main/java/com/nerds/addon/mixin/InventoryScreenMixin.java

Lines changed: 0 additions & 130 deletions
This file was deleted.

0 commit comments

Comments
 (0)