Skip to content

Commit

Permalink
Update sound ids
Browse files Browse the repository at this point in the history
  • Loading branch information
dries-c committed Sep 14, 2024
1 parent 21d8038 commit f03b01c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/types/LevelSoundEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ private function __construct(){
public const AMBIENT_WARPED_FOREST_MOOD = 303;
public const AMBIENT_SOULSAND_VALLEY_MOOD = 304;
public const AMBIENT_NETHER_WASTES_MOOD = 305;
public const RESPAWN_ANCHOR_BASALT_DELTAS_MOOD = 306;
public const AMBIENT_BASALT_DELTAS_MOOD = 306;
public const AMBIENT_CRIMSON_FOREST_MOOD = 307;
public const RESPAWN_ANCHOR_CHARGE = 308;
public const RESPAWN_ANCHOR_DEPLETE = 309;
Expand Down Expand Up @@ -520,6 +520,9 @@ private function __construct(){
public const RECORD_CREATOR_MUSIC_BOX = 528;
public const RECORD_PRECIPICE = 529;
public const VAULT_REJECT_REWARDED_PLAYER = 530;
public const IMITATE_DROWNED = 531;

public const BUNDLE_INSERT_FAIL = 533;

//The following aliases are kept for backwards compatibility only
public const SCULK_SENSOR_POWER_ON = self::POWER_ON_SCULK_SENSOR;
Expand Down

0 comments on commit f03b01c

Please sign in to comment.