hud modules now save state to config

This commit is contained in:
kawaiizenbo 2024-09-09 09:56:53 -07:00
parent b8bb14081e
commit 206d076fbb
7 changed files with 132 additions and 6 deletions

View file

@ -24,7 +24,8 @@ public class ClientPlayerEntityMixin
}
}
@Inject(method = "tick", at = @At(value = "HEAD"), cancellable = true)
@SuppressWarnings("resource")
@Inject(method = "tick", at = @At(value = "HEAD"), cancellable = true)
public void onTick(CallbackInfo ci)
{
for (Module m : ModuleManager.INSTANCE.getEnabledModules())