mirror of
https://github.com/minetest/minetest.git
synced 2024-12-23 06:32:23 +01:00
Improve documentation of liquid_surface (#15012)
This commit is contained in:
parent
8f03b70584
commit
46f0baff09
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user