In this example achievement, the player can earn it by killing 5 skeletons at night, but it's only available if they have completed the achievement `SOME_OTHER_ACHIEVEMENT`!
Upon completing, they will receive 50 cobblestone as a reward.
...
...
@@ -59,4 +60,31 @@ SKELETON_HUNTER:
Drops:
- 50 cobblestone
Skills: []
```
### Breaking 10 Stone and 10 Dirt
A simple example demonstrating an achievement that has multiple criteria. The player must break 10 stone and 10 dirt to complete it!