hud modules now save state to config
This commit is contained in:
parent
b8bb14081e
commit
206d076fbb
7 changed files with 132 additions and 6 deletions
|
@ -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())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue