@@ -3698,11 +3698,12 @@ Definition tables
3698
3698
-- ^ Minimum and maximum `y` positions these decorations can be generated at.
3699
3699
-- ^ This parameter refers to the `y` position of the decoration base, so
3700
3700
-- the actual maximum height would be `height_max + size.Y`.
3701
- flags = "liquid_surface",
3701
+ flags = "liquid_surface, force_placement ",
3702
3702
-- ^ Flags for all decoration types.
3703
3703
-- ^ "liquid_surface": Instead of placement on the highest solid surface
3704
3704
-- ^ in a mapchunk column, placement is on the highest liquid surface.
3705
3705
-- ^ Placement is disabled if solid nodes are found above the liquid surface.
3706
+ -- ^ "force_placement": Nodes other than "air" and "ignore" are replaced by the decoration.
3706
3707
3707
3708
----- Simple-type parameters
3708
3709
decoration = "default:grass",
@@ -3746,7 +3747,7 @@ Definition tables
3746
3747
},
3747
3748
-- ^ See 'Schematic specifier' for details.
3748
3749
replacements = {["oldname"] = "convert_to", ...},
3749
- flags = "place_center_x, place_center_y, place_center_z, force_placement ",
3750
+ flags = "place_center_x, place_center_y, place_center_z",
3750
3751
-- ^ Flags for schematic decorations. See 'Schematic attributes'.
3751
3752
rotation = "90" -- rotate schematic 90 degrees on placement
3752
3753
-- ^ Rotation can be "0", "90", "180", "270", or "random".
0 commit comments