|
|
Criteria: BlockBreak
|
|
|
=================
|
|
|
|
|
|
Triggered when a player breaks a block of the given type.
|
|
|
|
|
|
Attributes
|
|
|
----------
|
|
|
|
|
|
| Attribute | Description | Default |
|
|
|
|--------------------|-----------------------------------|-----------|
|
|
|
| Block | The type of block | STONE |
|
|
|
|
|
|
|
|
|
|
|
|
Examples
|
|
|
--------
|
|
|
|
|
|
```
|
|
|
SOME_ACHIEVEMENT:
|
|
|
Criteria:
|
|
|
A_BLOCKBREAK_CRITERIA:
|
|
|
Type: BlockBreak
|
|
|
Block: ANCIENT_DEBRIS
|
|
|
Conditions:
|
|
|
- world super_hell
|
|
|
``` |
|
|
\ No newline at end of file |