Block Reader¶
This block is able to read data about any blocks or tile entities in front of it.
Peripheral Name | Interfaces with | Has events | Introduced in |
---|---|---|---|
blockReader | Blocks | No | 0.7r |
Functions¶
getBlockName¶
getBlockName() -> string
Returns the registry name of the block (ex. minecraft:dirt
)
1 2 3 |
|
getBlockData¶
getBlockData() -> table | nil
Returns the block data of the block if block is a tile entity.
1 2 3 4 5 6 |
|
Changelog/Trivia¶
0.7r
Added the Block Reader peripheral.