FluidMaskExample
Server/ScriptedBrushes/Examples/FluidMaskExample.json, 301 B
Fields
| Field | Type |
|---|---|
$Comment | string |
Operations | array[3] |
Source
{
"$Comment": "Example: Places water only where there is NOT stone (demonstrates block filtering for fluids)",
"Operations": [
{
"Id": "mask",
"Mask": "!Rock_Basalt"
},
{
"Id": "pattern",
"BlockPattern": "Fluid_Water"
},
{
"Id": "set"
}
]
}