From 46f0baff090855d08e512c2913a5f1b9636f5019 Mon Sep 17 00:00:00 2001 From: Erich Schubert Date: Fri, 15 Nov 2024 12:19:41 +0100 Subject: [PATCH] Improve documentation of liquid_surface (#15012) --- doc/lua_api.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/doc/lua_api.md b/doc/lua_api.md index ba3a0e630..d3310e027 100644 --- a/doc/lua_api.md +++ b/doc/lua_api.md @@ -10788,10 +10788,9 @@ See [Decoration types]. Used by `core.register_decoration`. flags = "liquid_surface, force_placement, all_floors, all_ceilings", -- Flags for all decoration types. - -- "liquid_surface": Instead of placement on the highest solid surface - -- in a mapchunk column, placement is on the highest liquid surface. - -- Placement is disabled if solid nodes are found above the liquid - -- surface. + -- "liquid_surface": Find the highest liquid (not solid) surface under + -- open air. Search stops and fails on the first solid node. + -- Cannot be used with "all_floors" or "all_ceilings" below. -- "force_placement": Nodes other than "air" and "ignore" are replaced -- by the decoration. -- "all_floors", "all_ceilings": Instead of placement on the highest