Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jwkerr committed Sep 4, 2023
1 parent 32bb36b commit 8f46e46
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

---

![Discord](https://img.shields.io/discord/1050911331945037884?label=F.W.%20Loopins%20%26%20Sons) ![Modrinth Downloads](https://img.shields.io/modrinth/dt/tabby?label=Downloads%20on%20Modrinth)

# Tabby
Tabby is a highly customisable Fabric mod for Minecraft that adds extra utility to the tab list such as:
- Configurable settings to change the amount of players shown and the amount of rows
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/fwloopins/tabby/client/TabbyClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public static void logError(String msg) {
LOGGER.error("[Tabby] " + msg);
}

public static void reload() {
private static void reload() {
TabbyConfig config = AutoConfig.getConfigHolder(TabbyConfig.class).getConfig();

KeyBinding reloadBinding = KeyBindingHelper.registerKeyBinding(new KeyBinding(
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package com.fwloopins.tabby.client.command;

public class TabbyCommand {
// TODO: Implement improved config, command to alter config values
}

0 comments on commit 8f46e46

Please sign in to comment.