Skip to content

Commit

Permalink
Removed debug block highlight at 0 0 0
Browse files Browse the repository at this point in the history
  • Loading branch information
shurik204 committed Jun 23, 2024
1 parent fdddfc3 commit 659d3d9
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
import net.fabricmc.fabric.api.client.networking.v1.C2SPlayChannelEvents;
import net.fabricmc.fabric.api.client.networking.v1.ClientPlayConnectionEvents;
import net.fabricmc.fabric.api.client.rendering.v1.WorldRenderEvents;
import net.minecraft.util.math.BlockPos;

public class ClientEvents {
public static void init() {
Expand All @@ -16,7 +15,7 @@ public static void init() {
if (Client.INSTANCE.world != null) {
SpecialRendererQueue.processQueue(worldrendercontext);
}
SpecialRendererQueue.addBlock(new BlockPos(0,0,0));
// SpecialRendererQueue.addBlock(new BlockPos(0,0,0));
});

// Clear entity highlight information after rendering
Expand Down

0 comments on commit 659d3d9

Please sign in to comment.