add new 1.19.2 effects (#1437)

This commit is contained in:
Omny 2022-10-10 20:41:43 +02:00 committed by GitHub
parent 7eb9d3fdd7
commit 5537faabac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 0 deletions

View File

@ -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),
@ -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;