diff --git a/mkdocs/Configuration.md b/mkdocs/Configuration.md index ebf57c4..96067af 100644 --- a/mkdocs/Configuration.md +++ b/mkdocs/Configuration.md @@ -3210,6 +3210,23 @@ based on the world difficulty. [Read more here]({{ project.source }}/blob/61fc0a #### mob-last-hurt-by-player-time - **default**: 100 - **description**: Allows you to change the amount of ticks required for a mob's death to count as a player kill after being hurt by the player (projectile or directly) +#### lightning-transforms-blocks +* ##### enabled + - **default**: false + - **description**: Transform the block that is struck by lightning +* ##### nearby-blocks + * ###### enabled + - **default**: true + - **description**: Transform the blocks that surround the lightning strike + * ###### max-depth + - **default**: 3 + - **description**: The max depth for how many blocks to transform + * ###### max-iteration + - **default**: 6 + - **description**: The amount of times to attempt transforming a block +* ##### block-map + - **default**: {"minecraft:water": "minecraft:stone","minecraft:sand": "minecraft:glass","minecraft:stone": "minecraft:obsidian"} + - **description**: A block map for transforming a block into another when hit by lightning #### halloween * ##### force - **default**: false