Soil_NoSnow
Server/Item/Block/Sets/Soil_NoSnow.json, 219 B
Fields
| Field | Type |
|---|---|
IncludeBlockTypes | array[2] |
ExcludeBlockTypes | array[4] |
$Comment | string |
Source
{
"IncludeBlockTypes": [
"Soil_*",
"Plant_*"
],
"ExcludeBlockTypes": [
"Soil_Snow*",
"Plant_Leaves*",
"*Water*",
"*Mud"
],
"$Comment": "Including Plant group as a hack around for now"
}