|
|
Criteria: BlockPlace
|
|
|
=================
|
|
|
|
|
|
Triggered when a player places a block of the given type.
|
|
|
|
|
|
Attributes
|
|
|
----------
|
|
|
|
|
|
| Attribute | Description | Default |
|
|
|
|--------------------|-----------------------------------|-----------|
|
|
|
| Block | The type of block | STONE |
|
|
|
|
|
|
|
|
|
|
|
|
Examples
|
|
|
--------
|
|
|
|
|
|
```
|
|
|
SOME_ACHIEVEMENT:
|
|
|
Criteria:
|
|
|
A_BLOCKPLACE_CRITERIA:
|
|
|
Type: BlockPlace
|
|
|
Block: DIAMOND_BLOCK
|
|
|
Conditions:
|
|
|
- outside
|
|
|
``` |
|
|
\ No newline at end of file |