Update Furniture authored by Ghmmy's avatar Ghmmy
...@@ -219,7 +219,7 @@ By default the furniture will drop itself when broken if there is no Drops field ...@@ -219,7 +219,7 @@ By default the furniture will drop itself when broken if there is no Drops field
## Furniture Skills ## Furniture Skills
Furniture can have skills that run when the furniture is interacted with while its placed, these skills act very similarly to Mob skills. You can use [Furniture Triggers](/Skills/Triggers#furniture-triggers) along with most targeters. The caster of the skill is the furniture itself. Furniture can have skills that run when the furniture is interacted with while its placed, these skills act very similarly to Mob skills. You can use [Furniture Triggers](/Skills/Triggers#furniture-triggers) along with most targeters. The caster of the skill is the furniture itself and the trigger is the player
```yaml ```yaml
FurnitureSkills: FurnitureSkills:
- sound{s=entity.chicken.egg} @self ~onBlockPlace - sound{s=entity.chicken.egg} @self ~onBlockPlace
... ...
......