File tree Expand file tree Collapse file tree
src/main/java/cqb13/NumbyHack Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -58,7 +58,6 @@ Wurst Glide || Allows you to glide
5858<pre >
595981 || Number81 On Top!
6060Item Counter || Counts specific items from your inventory
61- Key Press HUD || Displays the key you pressed
6261Lava Warning || Warns you when there is lava under you
6362Kills || Shows the amount of player kills
6463Deaths || Shows the amount of deaths
Original file line number Diff line number Diff line change @@ -8,6 +8,6 @@ yarn_mappings=1.21.11+build.3
88loader_version =0.18.2
99
1010# Mod Properties
11- mod_version =2.6.19
11+ mod_version =2.6.20
1212maven_group =cqb13.NumbyHack
1313archives_base_name =Numby-Hack
Original file line number Diff line number Diff line change @@ -72,7 +72,6 @@ public void onInitialize() {
7272 Log ("Adding HUD modules..." );
7373 Hud hud = Systems .get (Hud .class );
7474 hud .register (ItemCounter .INFO );
75- hud .register (Keys .INFO );
7675 hud .register (LavaWarning .INFO );
7776 hud .register (TextPresets .INFO );
7877 hud .register (TextRadarHud .INFO );
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments