Fix creative tab and smoke particle API
All checks were successful
Build / build (push) Successful in 9m10s

This commit is contained in:
MrSphay
2026-05-07 01:15:29 +02:00
parent 4e41649a0a
commit 41c7f8e77c
2 changed files with 6 additions and 5 deletions

View File

@@ -20,7 +20,6 @@ public class SmokeParticle extends TextureSheetParticle {
return ParticleRenderType.PARTICLE_SHEET_TRANSLUCENT;
}
@Override
public boolean shouldCull() {
return false;
}