/Fill3D
Appearance
| Command | |
| Fill3D Fills a shape with blocks. | |
|---|---|
| Aliases | F3D |
| Usage |
/Fill2D /Fill2D ReplacementBlock |
| Category | Building |
| Required permissions | Draw, DrawAdvanced |
| Usable from console? | No |
| Introduced in | fCraft 0.642 |
Fills a continuous shape/volume with blocks, in 3D. Takes just 1 mark, and replaces blocks of the same type as the block you clicked. Works similar to "Paint Bucket" tool in Photoshop, but in 3D. Unlike /Fill2D, it does not matter which direction you are facing when clicking. /Fill3D will ask for a confirmation if you click an air block.
/Fill3D
- Fills the area with the block that you are currently holding.
/Fill3D ReplacementBlock
- This information only applies when command is used with the Normal brush.
- Fills the area with a given block type.
Customizing /Fill3D behavior
/Fill3Dis not affected by normal draw limits setting (drawLimit) the same way as other commands. The volume that you are allowed to fill is determined by the cube root of the draw limit, rounded up to the nearest odd number. For example, a drawLimit of 50,000 means that the maximum fill dimensions are ∛50000 × ∛50000 × ∛50000 = 37×37×37 area. That includes the center point, plus up to 18 blocks on each side.- Being able to undo a command requires storing a backup of an area of the map. This may take up significant amounts of memory. By default, fCraft limits
/Undoto the first 2,000,000 blocks that are drawn. You can change this (or remove the limit entirely) via MaxUndo config key.