|
|
| Line 1: |
Line 1: |
| {{CommandBox
| | #REDIRECT [[/CuboidH]] |
| |name=CubH
| |
| |purpose=Draws a box with another block type inside.
| |
| |aliases=CuboidH, CH, H, BHB
| |
| |uses=/CubH
| |
| | |
| /CubH Block
| |
| | |
| /CubH Block FillingBlock
| |
| |cat=Building
| |
| |perm=Draw
| |
| |console=No
| |
| |}}
| |
| | |
| Creates a hollow box of blocks. By default, only the outer-most layer of blocks is affected, and the middle is left untouched. This command behaves similarly to [[/Cuboid]].
| |
| | |
| ==<code>/CubH</code>==
| |
| :Creates a hollow box, leaving the middle untouched. Sides are filled in with the last-used block type.
| |
| | |
| ==<code>/CubH Block</code>==
| |
| :Same as above, but the sides are filled in with the given block type.
| |
| | |
| ==<code>/CubH Block FillingBlock</code>==
| |
| :Fills sides of the box with OuterBlock (1st parameter), and inside with FillingBlock (2nd parameter).
| |
| | |
| ==See Also==
| |
| * [[/Cuboid]] contains more information about making selections and using block bindings.
| |