Skip to content

Commit

Permalink
Regenerated LevelSoundEvent and EntityIds
Browse files Browse the repository at this point in the history
  • Loading branch information
dktapps committed Jul 12, 2023
1 parent 49feaac commit 0cfaafd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/types/LevelSoundEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
1 change: 1 addition & 0 deletions src/types/entity/EntityIds.php
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 0cfaafd

Please sign in to comment.