Improve documentation of liquid_surface (#15012)

This commit is contained in:
Erich Schubert 2024-11-15 12:19:41 +01:00 committed by GitHub
parent 8f03b70584
commit 46f0baff09
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -10788,10 +10788,9 @@ See [Decoration types]. Used by `core.register_decoration`.
flags = "liquid_surface, force_placement, all_floors, all_ceilings", flags = "liquid_surface, force_placement, all_floors, all_ceilings",
-- Flags for all decoration types. -- Flags for all decoration types.
-- "liquid_surface": Instead of placement on the highest solid surface -- "liquid_surface": Find the highest liquid (not solid) surface under
-- in a mapchunk column, placement is on the highest liquid surface. -- open air. Search stops and fails on the first solid node.
-- Placement is disabled if solid nodes are found above the liquid -- Cannot be used with "all_floors" or "all_ceilings" below.
-- surface.
-- "force_placement": Nodes other than "air" and "ignore" are replaced -- "force_placement": Nodes other than "air" and "ignore" are replaced
-- by the decoration. -- by the decoration.
-- "all_floors", "all_ceilings": Instead of placement on the highest -- "all_floors", "all_ceilings": Instead of placement on the highest