rswiki-book/src/317/317-Light-item.md

20 lines
605 B
Markdown
Raw Normal View History

2018-10-13 09:48:41 -04:00
# Light Item
2018-07-03 00:31:18 -04:00
This packet is sent when a player attempts to light logs on fire.
2018-10-13 09:48:41 -04:00
## Packet Details
| Key | Value |
|--|--|
| Name | Light item |
| Description | Sent when a player attempts to light logs on fire. |
| Opcode | 79 |
| Type | Fixed |
| Length | 6 |
| Revision | 317 |
## Packet Structure
| Data Type | Description |
|--|--|
| [Short](/Data-Types.html#common-data-types) | The items Y coordinate. |
| Unsigned [Short](/Data-Types.html#common-data-types) | The item ID. |
| [Little Endian](/Data-Types.html#little-endian) [Short](/Data-Types.html#common-data-types) | The items X coordinate. |