From 0cfaafdc02cca882a50773d6c02ebfeb622614e2 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Wed, 12 Jul 2023 13:19:40 +0100 Subject: [PATCH] Regenerated LevelSoundEvent and EntityIds --- src/types/LevelSoundEvent.php | 4 ++++ src/types/entity/EntityIds.php | 1 + 2 files changed, 5 insertions(+) diff --git a/src/types/LevelSoundEvent.php b/src/types/LevelSoundEvent.php index a9e29d47..e36709d7 100644 --- a/src/types/LevelSoundEvent.php +++ b/src/types/LevelSoundEvent.php @@ -456,6 +456,10 @@ private function __construct(){ public const BRUSH_COMPLETED = 463; public const SHATTER_POT = 464; public const BREAK_POT = 465; + public const BLOCK_SNIFFER_EGG_CRACK = 466; + public const BLOCK_SNIFFER_EGG_HATCH = 467; + public const BLOCK_SIGN_WAXED_INTERACT_FAIL = 468; + public const RECORD_RELIC = 469; //The following aliases are kept for backwards compatibility only public const SCULK_SENSOR_POWER_ON = self::POWER_ON_SCULK_SENSOR; diff --git a/src/types/entity/EntityIds.php b/src/types/entity/EntityIds.php index 80aa3fc3..8a2e6ffa 100644 --- a/src/types/entity/EntityIds.php +++ b/src/types/entity/EntityIds.php @@ -112,6 +112,7 @@ private function __construct(){ public const SKELETON_HORSE = "minecraft:skeleton_horse"; public const SLIME = "minecraft:slime"; public const SMALL_FIREBALL = "minecraft:small_fireball"; + public const SNIFFER = "minecraft:sniffer"; public const SNOW_GOLEM = "minecraft:snow_golem"; public const SNOWBALL = "minecraft:snowball"; public const SPIDER = "minecraft:spider";