Data / Materials
data/block_material
Block Material
Resolves and validates a block material name, confirming it is a placeable block.
Note: Material names are case-insensitive internally but output as UPPER_CASE.
Outputs
| Name | Type | Description |
|---|---|---|
name |
string | Canonical material name (e.g. BIRCH_PLANKS). |
found |
boolean | True if resolved to a known Bukkit Material. |
isBlock |
boolean | True if the material can be placed as a block. |
Properties
| Key | Type | Default | Description |
|---|---|---|---|
material |
string | "STONE" |
Material Name |