-
Notifications
You must be signed in to change notification settings - Fork 50
Soil
Lachlan McDonald edited this page Jan 12, 2022
·
10 revisions
The
soil,soil_replaceshaders adds a layer of voxels of a color on top of voxels matching the selected colors.soiladds the voxels on top, andsoil_replacereplaces the voxels.This shader is similar to the
covershader, exceptcoveradds a layer to all voxels, where these shaders only works on the selected colors.
| Parameter | Description |
|---|---|
| Color | Color index |
| Headroom | The number of voxels of space that must be available above the surface voxel. Setting to a higher value will stop voxels from forming in gaps |
![]() |
![]() |
A Headroom of 1 checks that 1 voxel higher to make sure there is room. |
A Headroom of 10 checks that 10 voxels higher to make sure there is room. Resulting in gaps where there is overhang from other voxels. |
All content in this wiki is licenced under the CC BY-NC-SA 4.0 license. Code snippets are dual-licenced under the MIT License.

