From 11997bdc3fdc0610227d980981b5de0ec79b0bdd Mon Sep 17 00:00:00 2001 From: granny Date: Tue, 29 Aug 2023 18:00:32 -0700 Subject: [PATCH 1/3] 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/3] 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/3] 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