Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions mkdocs/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down