Skip to content

Commit

Permalink
Fix translucent particles rendering before translucent geometry in Fa…
Browse files Browse the repository at this point in the history
…st/Fancy
  • Loading branch information
XFactHD committed Oct 19, 2024
1 parent 1796c00 commit a1e99f4
Showing 1 changed file with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,6 @@
};
ParticleRenderType PARTICLE_SHEET_TRANSLUCENT = new ParticleRenderType() {
@Override
@@ -60,6 +_,11 @@
public String toString() {
return "PARTICLE_SHEET_TRANSLUCENT";
}
+
+ @Override
+ public boolean isTranslucent() {
+ return false;
+ }
};
ParticleRenderType CUSTOM = new ParticleRenderType() {
@Override
@@ -89,4 +_,9 @@

@Nullable
Expand Down

0 comments on commit a1e99f4

Please sign in to comment.