From 263f93215a0161735d9d02f11e3e41fc906ea1a3 Mon Sep 17 00:00:00 2001 From: mcrcortex <18544518+MCRcortex@users.noreply.github.com> Date: Tue, 23 Dec 2025 10:37:12 +1000 Subject: [PATCH] aa --- build.gradle | 4 ++-- .../rendering/section/backend/mdic/MDICSectionRenderer.java | 1 + src/main/resources/assets/voxy/shaders/lod/gl46/quads.frag | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 78a7edb7..99ed8c3d 100644 --- a/build.gradle +++ b/build.gradle @@ -120,10 +120,10 @@ dependencies { modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}" - if (true) { + if (false) { modImplementation "maven.modrinth:sodium:mc1.21.11-0.8.1-fabric" } else { - modImplementation "net.caffeinemc:sodium-fabric:0.8.1-SNAPSHOT+mc1.21.11+" + modImplementation "net.caffeinemc:sodium-fabric:0.8.2-SNAPSHOT+mc1.21.11+" } modImplementation("maven.modrinth:lithium:mc1.21.11-0.21.0-fabric") diff --git a/src/main/java/me/cortex/voxy/client/core/rendering/section/backend/mdic/MDICSectionRenderer.java b/src/main/java/me/cortex/voxy/client/core/rendering/section/backend/mdic/MDICSectionRenderer.java index 9e5cbd1f..a22057aa 100644 --- a/src/main/java/me/cortex/voxy/client/core/rendering/section/backend/mdic/MDICSectionRenderer.java +++ b/src/main/java/me/cortex/voxy/client/core/rendering/section/backend/mdic/MDICSectionRenderer.java @@ -169,6 +169,7 @@ public class MDICSectionRenderer extends AbstractSectionRenderer