Skip to content

Commit

Permalink
Added LIGHT ParticleType
Browse files Browse the repository at this point in the history
  • Loading branch information
fulminazzo committed Dec 23, 2024
1 parent 95957ff commit 8e05b90
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ public final class ParticleType<P extends ParticleOption<?>> extends AParticleTy
public static final ParticleType<?> LANDING_LAVA = new ParticleType<>();
public static final ParticleType<?> LANDING_OBSIDIAN_TEAR = new ParticleType<>();
public static final ParticleType<?> LAVA = new ParticleType<>();
public static final ParticleType<?> LIGHT = new ParticleType<>();
public static final ParticleType<?> MOB_APPEARANCE = new ParticleType<>();
public static final ParticleType<?> NAUTILUS = new ParticleType<>();
public static final ParticleType<?> NOTE = new ParticleType<>();
Expand Down

0 comments on commit 8e05b90

Please sign in to comment.