Update libblock.md
This commit is contained in:
parent
6d80560aa9
commit
e253260b79
@ -13,6 +13,9 @@ block.material(blockid: int) -> str
|
|||||||
-- Table of materials by their full names (example: base:carpet)
|
-- Table of materials by their full names (example: base:carpet)
|
||||||
block.materials: table<string, table>
|
block.materials: table<string, table>
|
||||||
|
|
||||||
|
-- Table of custom block properties (see ../../block-properties.md)
|
||||||
|
block.properties: table<int, table<string, object>>
|
||||||
|
|
||||||
-- Returns the block display name.
|
-- Returns the block display name.
|
||||||
block.caption(blockid: int) -> str
|
block.caption(blockid: int) -> str
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user