| Name | sides |
| Object | MaterialTag |
| Input | ListTag |
| Related Tags | <MaterialTag.sides> (Property) Returns the heights for a wall block or mossy carpet, or connections for a redstone wire, in order North|East|South|West|Vertical. (...)
|
| Description | (Property) Sets the heights for a wall block or mossy carpet, or connections for a redstone wire, in order North|East|South|West|Vertical.
For wall blocks: For n/e/s/w, can be "tall", "low", or "none". For vertical, can be "tall" or "none". For redstone wires: For n/e/s/w, can be "none", "side", or "up". No vertical. For mossy carpets: For n/e/s/w, can be "tall", "low", or "none". Vertical controls the bottom, and can either be "bottom" or "none". |
| Group | Properties |
| Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/properties/material/MaterialSides.java#L21 |