Update libblock.md

This commit is contained in:
Onran 2025-02-25 14:09:28 +09:00 committed by GitHub
parent 6d80560aa9
commit e253260b79
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,6 +13,9 @@ block.material(blockid: int) -> str
-- Table of materials by their full names (example: base:carpet)
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.
block.caption(blockid: int) -> str