From 07464087671ba52aacd71fc6c276460ed77e3612 Mon Sep 17 00:00:00 2001 From: Jacob <55346310+Kathund@users.noreply.github.com> Date: Thu, 3 Jul 2025 20:00:17 +0800 Subject: feat: transparent block renders --- src/main/kotlin/util/render/CustomRenderLayers.kt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main/kotlin/util/render/CustomRenderLayers.kt') diff --git a/src/main/kotlin/util/render/CustomRenderLayers.kt b/src/main/kotlin/util/render/CustomRenderLayers.kt index 3d9e598..f713a81 100644 --- a/src/main/kotlin/util/render/CustomRenderLayers.kt +++ b/src/main/kotlin/util/render/CustomRenderLayers.kt @@ -39,6 +39,7 @@ object CustomRenderPipelines { .withDepthTestFunction(DepthTestFunction.NO_DEPTH_TEST) .withCull(false) .withDepthWrite(false) + .withBlend(BlendFunction.TRANSLUCENT) .build() val CIRCLE_FILTER_TRANSLUCENT_GUI_TRIS = -- cgit