Update onBlockPlace authored by Lxlp's avatar Lxlp
...@@ -4,7 +4,7 @@ When the player places the custom block or a furniture ...@@ -4,7 +4,7 @@ When the player places the custom block or a furniture
## Example ## Example
```yaml ```yaml
Skills: CustomBlockSkills:
- sound{s=block.amethyst_block.place} @self ~onBlockPlace - sound{s=block.amethyst_block.place} @self ~onBlockPlace
``` ```
... ...
......