Skip to content

Commit

Permalink
add new 1.19.2 effects (Minestom#1437)
Browse files Browse the repository at this point in the history
  • Loading branch information
Omnyseus authored Oct 10, 2022
1 parent 7eb9d3f commit 5537faa
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/main/java/net/minestom/server/effects/Effects.java
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,20 @@ public enum Effects {
BREWING_STAND_BREWED(1035),
IRON_TRAPDOOR_OPENED(1036),
IRON_TRAPDOOR_CLOSED(1037),
END_PORTAL_CREATED_IN_OVERWORLD(1038),
PHANTOM_BITES(1039),
ZOMBIE_CONVERTS_TO_DROWNED(1040),
HUSK_CONVERTS_TO_ZOMBIE_BY_DROWNING(1041),
GRINDSTONE_USED(1042),
BOOK_PAGE_TURNED(1043),

// Particles

COMPOSTER_COMPOSTS(1500),
LAVA_CONVERTS_BLOCK(1501),
REDSTONE_TORCH_BURNS_OUT(1502),
ENDER_EYE_PLACED(1503),

SPAWNS_10_SMOKE_PARTICLES(2000),
BLOCK_BREAK(2001),
SPLASH_POTION(2002),
Expand All @@ -54,9 +65,15 @@ public enum Effects {
BONEMEAL_PARTICLES(2005),
DRAGON_BREATH(2006),
INSTANT_SPLASH(2007),
ENDER_DRAGON_DESTROYS_BLOCK(2008),
WET_SPONGE_VAPORIZES(2009),

END_GATEWAY_SPAWN(3000),
ENDERDRAGON_GROWL(3001),
ELECTRIC_SPARK(3002),
COPPER_APPLY_WAX(3003),
COPPER_REMOVE_WAX(3004),
COPPER_SCRAPE_OXIDATION(3005)
;

private final int id;
Expand Down

0 comments on commit 5537faa

Please sign in to comment.