Skip to content

Commit 53e4d87

Browse files
committed
oops
1 parent 8a883f4 commit 53e4d87

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/com/dooji/craftsense/mixin/CraftingScreenMixin.java

-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ private void renderCraftingPrediction(DrawContext context, int mouseX, int mouse
7575
return;
7676
}
7777

78-
CraftingScreen craftingScreen = (CraftingScreen) (Object) this;
7978
MinecraftClient client = MinecraftClient.getInstance();
8079
PlayerInventory playerInventory = client.player.getInventory();
8180
World world = client.world;

0 commit comments

Comments
 (0)