Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TexBlock committed Apr 4, 2024
1 parent a4fa47b commit 6a8ce0b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/java/band/kessokuteatime/bounced/Bounced.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package band.kessokuteatime.bounced;

//import band.kessokuteatime.splasher.Splasher;
import band.kessokuteatime.splasher.Splasher;
import net.minecraft.client.MinecraftClient;
import net.minecraft.client.gui.screen.AccessibilityOnboardingScreen;
import net.minecraft.client.gui.screen.Screen;
Expand Down Expand Up @@ -56,8 +56,8 @@ public void onInitializeClient() {
&& mouseY >= y && mouseY <= y + height
) {
// Linkage with Splasher
//if (!isSplasherLoaded || !Splasher.isMouseHovering(scaledWidth, mouseX, mouseY))
// push();
if (!isSplasherLoaded || !Splasher.isMouseHovering(scaledWidth, mouseX, mouseY))
push();
}
});
}
Expand Down
6 changes: 6 additions & 0 deletions src/main/resources/pack.mcmeta
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"pack": {
"description": "Bounced",
"pack_format": 10
}
}

0 comments on commit 6a8ce0b

Please sign in to comment.