SpawnNPC_Entity_Default
Server/Item/Interactions/SpawnNPC/SpawnNPC_Entity_Default.json, 228 B
Fields
| Field | Type |
|---|---|
$Comment | string |
Type | string |
EntityId | string |
SpawnOffset | object |
Source
{
"$Comment": "Default SpawnNPC entity - spawns a Sheep as a placeholder. Items should override via InteractionVars.",
"Type": "SpawnNPC",
"EntityId": "Sheep",
"SpawnOffset": {
"X": 0,
"Y": 0.5,
"Z": 0
}
}