| Name | faces |
| Object | MaterialTag |
| Input | ListTag |
| Related Tags | <MaterialTag.faces> Returns a list of the current faces for a material that has multiple faces (like a mushroom block). (...)
<MaterialTag.valid_faces> Returns a list of faces that are valid for a material that has multiple faces. (...)
|
| Description | Sets the current faces for a material that has multiple faces (like a mushroom block). |
| Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/properties/material/MaterialFaces.java#L97 |