BB and TiO don't have Interact, command or envision components but instead just use the traits directly that would normally be implied by those components.
Since the renderer doesn't currently expect that, I've added an empty components array for now so the action renders correctly.
If that is OK for now, this can be merged, otherwise we can keep this PR open until there is a cleaner solution.
Mainly extracting the action from Sun Wheel.
BB and TiO don't have
Interact
,command
orenvision
components but instead just use the traits directly that would normally be implied by those components.Since the renderer doesn't currently expect that, I've added an empty
components
array for now so the action renders correctly.If that is OK for now, this can be merged, otherwise we can keep this PR open until there is a cleaner solution.