Skip to content

Commit

Permalink
Add FIREWORK_ITEM property key (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanCraft623 committed Dec 22, 2022
1 parent d6202cd commit a16e7ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types/entity/EntityMetadataProperties.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ private function __construct(){
public const EXPERIENCE_VALUE = 15; //int (xp orb)
public const MINECART_DISPLAY_BLOCK = 16; //int (id | (data << 16))
public const HORSE_FLAGS = 16; //int
public const FIREWORK_ITEM = 16; //compoundtag
/* 16 (byte) used by wither skull */
public const MINECART_DISPLAY_OFFSET = 17; //int
public const SHOOTER_ID = 17; //long (used by arrows)
Expand Down

0 comments on commit a16e7ac

Please sign in to comment.