Weiter Fixes

This commit is contained in:
2026-08-10 20:06:25 +02:00
parent 145db8317f
commit ae3caacebf
7 changed files with 9 additions and 5 deletions

View File

@@ -255,10 +255,8 @@ public class HotbarState extends BaseAppState {
m.setColor("Color", col.clone());
if (col.a < 1f) {
m.getAdditionalRenderState().setBlendMode(RenderState.BlendMode.Alpha);
g.setQueueBucket(RenderQueue.Bucket.Transparent);
} else {
g.setQueueBucket(RenderQueue.Bucket.Gui);
}
g.setQueueBucket(RenderQueue.Bucket.Gui);
g.setMaterial(m);
g.setLocalTranslation(x, y, z);
return g;

View File

@@ -1,4 +1,4 @@
<configuration>
<configuration status="WARN">
<appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender">
<encoder>