From 11997bdc3fdc0610227d980981b5de0ec79b0bdd Mon Sep 17 00:00:00 2001 From: granny Date: Tue, 29 Aug 2023 18:00:32 -0700 Subject: [PATCH 1/4] document lightning-transforms-blocks option --- mkdocs/Configuration.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/mkdocs/Configuration.md b/mkdocs/Configuration.md index ebf57c4..7a528c6 100644 --- a/mkdocs/Configuration.md +++ b/mkdocs/Configuration.md @@ -3210,6 +3210,26 @@ 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**: Makes it so blocks transform when hit by lightning +* ###### nearby-sand-into-glass + * ###### enabled + - **default**: true + - **description**: Turn the sand around the struck block into glass + * ###### max-depth + - **default**: 3 + - **description**: The depth to check + * ###### max-iteration + - **default**: 6 + - **description**: The amount of times to try changing a block +* ###### water-into-stone + - **default**: true + - **description**: Turn the struck water into stone +* ###### stone-into-obsidian + - **default**: true + - **description**: Turn the struck stone into obsidian #### halloween * ##### force - **default**: false From 43b0ce9695b75e3eea861b3a561ce41fd302d3d9 Mon Sep 17 00:00:00 2001 From: granny Date: Tue, 29 Aug 2023 18:01:57 -0700 Subject: [PATCH 2/4] fix headers --- mkdocs/Configuration.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/mkdocs/Configuration.md b/mkdocs/Configuration.md index 7a528c6..4656f58 100644 --- a/mkdocs/Configuration.md +++ b/mkdocs/Configuration.md @@ -3210,11 +3210,11 @@ 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 +#### lightning-transforms-blocks +* ##### enabled - **default**: false - **description**: Makes it so blocks transform when hit by lightning -* ###### nearby-sand-into-glass +* ##### nearby-sand-into-glass * ###### enabled - **default**: true - **description**: Turn the sand around the struck block into glass @@ -3224,10 +3224,10 @@ based on the world difficulty. [Read more here]({{ project.source }}/blob/61fc0a * ###### max-iteration - **default**: 6 - **description**: The amount of times to try changing a block -* ###### water-into-stone +* ##### water-into-stone - **default**: true - **description**: Turn the struck water into stone -* ###### stone-into-obsidian +* ##### stone-into-obsidian - **default**: true - **description**: Turn the struck stone into obsidian #### halloween From 438c3c2d51830fe8cc825db418deb7ee3dfa6557 Mon Sep 17 00:00:00 2001 From: granny Date: Tue, 5 Sep 2023 21:47:06 -0700 Subject: [PATCH 3/4] document sand-into-glass option --- mkdocs/Configuration.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mkdocs/Configuration.md b/mkdocs/Configuration.md index 4656f58..5b721b6 100644 --- a/mkdocs/Configuration.md +++ b/mkdocs/Configuration.md @@ -3224,6 +3224,9 @@ based on the world difficulty. [Read more here]({{ project.source }}/blob/61fc0a * ###### max-iteration - **default**: 6 - **description**: The amount of times to try changing a block +* ##### sand-into-glass + - **default**: true + - **description**: Turn the struck sand into glass * ##### water-into-stone - **default**: true - **description**: Turn the struck water into stone From f40caa382acd83da31d022aeb388d63c8d5cc05b Mon Sep 17 00:00:00 2001 From: granny Date: Tue, 7 Jul 2026 20:38:41 -0700 Subject: [PATCH 4/4] Update Configuration.md --- mkdocs/Configuration.md | 22 ++++++++-------------- 1 file changed, 8 insertions(+), 14 deletions(-) diff --git a/mkdocs/Configuration.md b/mkdocs/Configuration.md index 5b721b6..96067af 100644 --- a/mkdocs/Configuration.md +++ b/mkdocs/Configuration.md @@ -3213,26 +3213,20 @@ based on the world difficulty. [Read more here]({{ project.source }}/blob/61fc0a #### lightning-transforms-blocks * ##### enabled - **default**: false - - **description**: Makes it so blocks transform when hit by lightning -* ##### nearby-sand-into-glass + - **description**: Transform the block that is struck by lightning +* ##### nearby-blocks * ###### enabled - **default**: true - - **description**: Turn the sand around the struck block into glass + - **description**: Transform the blocks that surround the lightning strike * ###### max-depth - **default**: 3 - - **description**: The depth to check + - **description**: The max depth for how many blocks to transform * ###### max-iteration - **default**: 6 - - **description**: The amount of times to try changing a block -* ##### sand-into-glass - - **default**: true - - **description**: Turn the struck sand into glass -* ##### water-into-stone - - **default**: true - - **description**: Turn the struck water into stone -* ##### stone-into-obsidian - - **default**: true - - **description**: Turn the struck stone into obsidian + - **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