Changes
Page history
Create criteria/blockplace
authored
Feb 11, 2023
by
Vierdant
Show whitespace changes
Inline
Side-by-side
criteria/blockplace.md
0 → 100644
View page @
678e15a7
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