Add movementTemplate to PlayerStartEntity

This commit is contained in:
2026-04-11 17:59:04 +02:00
parent 22aaca2487
commit d6b46a3a59

View File

@@ -1842,6 +1842,10 @@ function readPlayerStartEntity(value: unknown, label: string): EntityInstance {
value.navigationMode,
`${label}.navigationMode`
),
movementTemplate: readPlayerStartMovementTemplate(
value.movementTemplate,
`${label}.movementTemplate`
),
inputBindings: readPlayerStartInputBindings(
value.inputBindings,
`${label}.inputBindings`