From 714fe5728bac05118f274e4903aa9d705dda3db4 Mon Sep 17 00:00:00 2001 From: granny Date: Sat, 8 Jun 2024 23:13:07 -0700 Subject: [PATCH] clarify that it includes world generation --- mkdocs/purpur/configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mkdocs/purpur/configuration.md b/mkdocs/purpur/configuration.md index 3701588..fcfbe27 100644 --- a/mkdocs/purpur/configuration.md +++ b/mkdocs/purpur/configuration.md @@ -441,11 +441,11 @@ Requires the [`bukkit.command.tpsbar`](permissions#bukkitcommandtpsbar) permissi #### magma-block * ##### reverse-bubble-column-flow - **default**: false - - **description**: Set to true to make upward bubble columns generate instead of downward bubble columns when magma blocks are placed. + - **description**: Set to true to make upward bubble columns generate instead of downward bubble columns when magma blocks are placed/generated under water-source blocks. #### soul-sand * ##### reverse-bubble-column-flow - **default**: false - - **description**: Set to true to make downward bubble columns generate instead of upward bubble columns when soul sand is placed. + - **description**: Set to true to make downward bubble columns generate instead of upward bubble columns when soul sand is placed/generated under water-source blocks.