added informations regarding worldedit support authored by Lxlp's avatar Lxlp
......@@ -40,4 +40,10 @@ TestBlock:
CustomBlockSkills:
- sound{s=block.amethyst_block.place} @self ~onBlockPlace
- sound{s=block.amethyst_block.break} @self ~onBlockBreak
```
## WorldEdit Support
You can place custom blocks using worldedit via the following syntax:
```
//set mythic:ItemName
```
\ No newline at end of file