Jump to content

/CubH: Difference between revisions

From fCraft Wiki
No edit summary
No edit summary
Line 13: Line 13:
|}}
|}}


Doing just the same as here: [[/Cuboid]], only that it's making a box with another block to fill it up with. Using <code>/CubH</code> and marking 2 points will make an empty box of the block you used to mark the second point with.
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 [OuterBlock]</code>==
==<code>/CubH</code>==
:If OuterBlock is replaced with a block the empty box will be made of the block you type in regardless of the block you are using at your hand.
:Creates a hollow box, leaving the middle untouched. Sides are filled in with the last-used block type.


==<code>/CubH [OuterBlock[InnerBlock]]</code>==
==<code>/CubH Block</code>==
:If you type in an InnerBlock in addition to the OuterBlock the box will not be empty, but filled up with the block you choose as the InnerBlock.
:Same as above, but the sides are filled in with the given block type.


To fully understand this, make sure to read the article about [[/Cuboid]] too.
==<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.

Revision as of 04:13, 6 June 2011

Command
CubH

Draws a box with another block type inside.

AliasesCuboidH, CH, H, BHB
Usage

/CubH

/CubH Block

/CubH Block FillingBlock

CategoryBuilding
Required permissionsDraw
Usable from console?No
Introduced in[[Version history#{{{v}}}|fCraft {{{v}}}]]


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.

/CubH

Creates a hollow box, leaving the middle untouched. Sides are filled in with the last-used block type.

/CubH Block

Same as above, but the sides are filled in with the given block type.

/CubH Block FillingBlock

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.