API Reference / BodyId · type
Type Alias: BodyId
type BodyId =
| Body
| typeof EXTRA_BODIES[number]
| string & {
};
Core names keep autocomplete; any string id is accepted (data packs).
type BodyId =
| Body
| typeof EXTRA_BODIES[number]
| string & {
};
Core names keep autocomplete; any string id is accepted (data packs).