Fix RGB staff not working (#40258)
Add missing `TargetAction` to `ActionRgbLight` This fixes the RGB staff not working.
This commit is contained in:
@@ -70,6 +70,7 @@
|
||||
parent: BaseAction
|
||||
id: ActionRgbLight
|
||||
components:
|
||||
- type: TargetAction
|
||||
- type: EntityTargetAction
|
||||
whitelist: { components: [ PointLight ] }
|
||||
event: !type:ChangeComponentsSpellEvent
|
||||
|
||||
Reference in New Issue
Block a user