Skip to content
This repository has been archived by the owner on Aug 20, 2022. It is now read-only.

Commit

Permalink
Fix bugs and update gui
Browse files Browse the repository at this point in the history
  • Loading branch information
Kopamed committed Jun 7, 2022
2 parents 479073e + 05a8e2e commit e3a8d56
Show file tree
Hide file tree
Showing 85 changed files with 1,388 additions and 1,734 deletions.
Binary file modified build/libs/[1.8.9] BetterKeystrokes V-1.2.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions src/main/java/keystrokesmod/client/NotificationRenderer.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package keystrokesmod.client;

import keystrokesmod.client.lib.fr.jmraich.rax.event.FMLEvent;
import net.minecraftforge.fml.common.eventhandler.SubscribeEvent;
import keystrokesmod.client.module.Module;
import keystrokesmod.client.module.modules.client.GuiModule;
import keystrokesmod.client.lib.me.superblaubeere27.client.notifications.Notification;
Expand All @@ -9,7 +9,7 @@
import net.minecraftforge.fml.common.gameevent.TickEvent;

public class NotificationRenderer {
@FMLEvent
@SubscribeEvent
public void onRender(TickEvent.RenderTickEvent event) {
if (GuiModule.toggleNotification.isToggled()) NotificationManager.render();
}
Expand Down

This file was deleted.

Loading

0 comments on commit e3a8d56

Please sign in to comment.