Skip to content

Commit

Permalink
nothing
Browse files Browse the repository at this point in the history
  • Loading branch information
AdyTech99 committed Jun 28, 2024
1 parent 87ca13d commit f5a2e90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ mod_version = 3.3.0
archives_base_name = HealthIndicators

# Dependencies
fabric_version=0.100.1+1.21
fabric_version=0.100.4+1.21
yacl=3.5.0+1.21-fabric
modmenu = 11.0.0-beta.1
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ public void onInitializeClient() {
ModConfig.HANDLER.load();
Config.load();
if(ModConfig.HANDLER.instance().enable_commands) ModCommands.registerCommands();
ClientTickEvents.END_CLIENT_TICK.register(RenderTracker::tick);
ClientTickEvents.END_CLIENT_TICK.register(client -> {
if(openConfig){
Screen configScreen = ModMenu.getConfigScreen(HealthIndicatorsMod.MOD_ID, client.currentScreen);
Expand Down Expand Up @@ -149,7 +150,6 @@ else if(Config.getOverrideAllFiltersEnabled()) {
saveModConfig();
});

ClientTickEvents.END_CLIENT_TICK.register(RenderTracker::tick);
LOGGER.info("Never be heartless!");
}

Expand Down

0 comments on commit f5a2e90

Please sign in to comment.