Skip to content
This repository has been archived by the owner on Dec 14, 2024. It is now read-only.

Commit

Permalink
Update enum values
Browse files Browse the repository at this point in the history
  • Loading branch information
esotericenderman committed Jul 12, 2024
1 parent e04dbec commit 3c00db5
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,19 @@ public enum TrailType implements ParticleCosmetic {
new TranslatableItemStack(Material.FIRE_CHARGE, Message.FIRE_TRAIL_DISPLAY_NAME, Message.FIRE_TRAIL_DESCRIPTION)
),
WATER(
Particle.WATER_SPLASH,
Particle.FALLING_WATER,
new TranslatableItemStack(Material.WATER_BUCKET, Message.WATER_TRAIL_DISPLAY_NAME, Message.WATER_TRAIL_DESCRIPTION)
),
BUBBLE(
Particle.WATER_BUBBLE,
Particle.BUBBLE,
new TranslatableItemStack(Material.LIGHT_BLUE_STAINED_GLASS, Message.BUBBLE_TRAIL_DISPLAY_NAME, Message.BUBBLE_TRAIL_DESCRIPTION)
),
EXPLOSIVE(
Particle.EXPLOSION_NORMAL,
Particle.EXPLOSION,
new TranslatableItemStack(Material.TNT, Message.EXPLOSIVE_TRAIL_DISPLAY_NAME, Message.EXPLOSIVE_TRAIL_DESCRIPTION)
),
SLIME(
Particle.SLIME,
Particle.ITEM_SLIME,
new TranslatableItemStack(Material.SLIME_BALL, Message.SLIME_TRAIL_DISPLAY_NAME, Message.SLIME_TRAIL_DESCRIPTION)
);

Expand Down

0 comments on commit 3c00db5

Please sign in to comment.