SpawnNPC_BlockCondition_Water
Server/Item/Interactions/SpawnNPC/SpawnNPC_BlockCondition_Water.json, 286 B
Fields
| Field | Type |
|---|---|
$Comment | string |
Type | string |
Matchers | array[2] |
Next | string |
Source
{
"$Comment": "Block condition that only allows spawning on water blocks",
"Type": "BlockCondition",
"Matchers": [
{
"Block": {
"Id": "Water_Source"
}
},
{
"Block": {
"Id": "Water"
}
}
],
"Next": "SpawnNPC_SpawnChain"
}