Skip to content

Commit

Permalink
tweak en_us and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew6rant committed Jul 19, 2022
1 parent a923984 commit 357d6df
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions src/main/java/com/kqp/inventorytabs/init/InventoryTabs.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,12 @@
import me.shedaniel.autoconfig.serializer.GsonConfigSerializer;
import me.shedaniel.autoconfig.serializer.JanksonConfigSerializer;
import net.fabricmc.api.ModInitializer;
import net.fabricmc.fabric.api.client.event.lifecycle.v1.ClientLifecycleEvents;
import net.fabricmc.fabric.api.client.networking.v1.ClientLoginConnectionEvents;
import net.fabricmc.fabric.api.event.lifecycle.v1.ServerLifecycleEvents;
import net.fabricmc.loader.api.FabricLoader;
import net.minecraft.util.ActionResult;
import net.minecraft.util.Identifier;

import java.io.File;
import java.nio.file.Path;
import java.nio.file.Paths;

public class InventoryTabs implements ModInitializer {
public static final String ID = "inventorytabs";
static ConfigHolder<InventoryTabsConfig> inventoryTabsConfig;
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/assets/inventorytabs/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"text.autoconfig.inventory_tabs.option.rotatePlayer": "Rotate the player to face the tab's block",
"text.autoconfig.inventory_tabs.option.rotatePlayer.@Tooltip": "If §aYes§r, the player will snap to position",
"text.autoconfig.inventory_tabs.option.excludeTab": "§nDo not show§r tabs for these blocks:",
"text.autoconfig.inventory_tabs.option.excludeTab.@Tooltip": "Format: §emod_name:block_id§r, §emod_name:tag_id§r",
"text.autoconfig.inventory_tabs.option.excludeTab.@Tooltip": "Format: §emod_name:block_id§r, or §emod_name:tag_id§r",
"text.autoconfig.inventory_tabs.option.includeTab": "§nForce show§r tabs for these blocks:",
"text.autoconfig.inventory_tabs.option.includeTab.@Tooltip": "Format: §emod_name:block_id§r",
"text.autoconfig.inventory_tabs.option.debugEnabled": "Print debugging information (tab IDs added/removed) in the log",
Expand Down

0 comments on commit 357d6df

Please sign in to comment.