Hytale Asset ReferenceUnofficial
Versions / 0.4.1 / ScriptedBrushes / Examples / FluidMaskExample.json

FluidMaskExample

Server/ScriptedBrushes/Examples/FluidMaskExample.json, 304 B

Fields

FieldType
Descriptionstring
Operationsarray[3]

Source

{
  "Description": "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"
    }
  ]
}