From 79cfa46700cf510abe357b0ff386ef7f644d7e96 Mon Sep 17 00:00:00 2001 From: Melncat Date: Sun, 29 Oct 2023 12:14:21 -0700 Subject: [PATCH] Add documentation for blast-resistance-overrides (#85) --- mkdocs/purpur/configuration.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/mkdocs/purpur/configuration.md b/mkdocs/purpur/configuration.md index 926d25b..81eb6fa 100644 --- a/mkdocs/purpur/configuration.md +++ b/mkdocs/purpur/configuration.md @@ -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.