Skip to content

Commit

Permalink
Add documentation for blast-resistance-overrides (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
MelnCat authored Oct 29, 2023
1 parent ff69ff4 commit 79cfa46
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions mkdocs/purpur/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,15 @@ S · ◈ · ◈ · ◈ · SW · ◈ · ◈ · ◈ · W · ◈
- **default**: false
- **description**: Addresses [`MC-3304`](https://bugs.mojang.com/browse/MC-3304) by preventing looting from being applied to deaths caused by a projectile, unless if a plugin changed the looting modifier.

### blast-resistance-overrides
- **default**: {}
- **description:** Modify to change the blast resistance of blocks. Example:
``` yaml
blast-resistance-overrides:
minecraft:oak_leaves: 55
minecraft:obsidian: 1.5
```
### clamp-attributes
- **default**: true
- **description**: Controls if attributes should have their values clamped.
Expand Down

0 comments on commit 79cfa46

Please sign in to comment.