Cave_Entrances
Server/World/Default/Zones/Masks/Zone2/Cave_Entrances.json, 689 B
Fields
| Field | Type |
|---|---|
Default | array[1] |
Specific | array[2] |
Source
{
"Default": ["*"],
"Specific": [
{
"Block": ["Soil_Sand_White", "Soil_Sand_Red", "Soil_Grass_Dry", "Soil_Dirt_Dry"],
"Rule":["!Empty", "*"]
},
{
"Block": ["Rock_Sandstone_White_Stalactite_Large", "Rock_Sandstone_White_Stalactite_Small", "Rock_Sandstone_Red_Stalactite_Large", "Rock_Sandstone_Red_Stalactite_Small", "Rock_Sandstone_Stalactite_Large", "Rock_Sandstone_Stalactite_Small"],
"Rule":["Empty"]
}
// ,
// {
// "Block":["Plant_Bush_Arid", "Plant_Grass_Arid_Tall", "Plant_Flower_Common_Red", "Plant_Flower_Common_Grey2", "Plant_Grass_Arid_Short", "Plant_Grass_Arid", "Rubble_Sandstone_White", "Rubble_Sandstone_Red"],
// "Rule":["Empty"]
// }
]
}