Update onblockbreak authored by Lxlp's avatar Lxlp
...@@ -9,7 +9,7 @@ Applies an aura to the target that triggers a skill when they break a block ...@@ -9,7 +9,7 @@ Applies an aura to the target that triggers a skill when they break a block
| onBreakSkill | onBreak, oB | Skill to execute if the target breaks a block | | | onBreakSkill | onBreak, oB | Skill to execute if the target breaks a block | |
| cancelEvent | cancel, cE | Whether or not to cancel the event that triggered the aura | false | | cancelEvent | cancel, cE | Whether or not to cancel the event that triggered the aura | false |
| dropitem | drop, allowDrop | If the broken item should be dropped or not | true | | dropitem | drop, allowDrop | If the broken item should be dropped or not | true |
| blocktypes | bt, t, material, materials, m, blocks, block, b| What blocks should trigger this aura | | | blocktypes | bt, t, material, materials, m, blocks, block, b| What blocks should trigger this aura<br>You can add a `*` at the front of the type to indicate that the one specified is not a block type, but a [block tag](https://minecraft.wiki/w/Tag#Block_tags_2) (example: `blocktype=*sculk_replaceable` )| |
> This mechanic inherits every attribute of the [aura] mechanic > This mechanic inherits every attribute of the [aura] mechanic
... ...
......