mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Ore: Add biomes parameter
This commit is contained in:
parent
a443a13a9d
commit
46a2c1f167
4 changed files with 69 additions and 23 deletions
|
@ -3195,6 +3195,10 @@ Definition tables
|
|||
-- ^ Multiplier of the randomness contribution to the noise value at any
|
||||
-- given point to decide if ore should be placed. Set to 0 for solid veins.
|
||||
-- ^ This parameter is only valid for ore_type == "vein".
|
||||
biomes = {"desert", "rainforest"}
|
||||
-- ^ List of biomes in which this decoration occurs. Occurs in all biomes if this is omitted,
|
||||
-- ^ and ignored if the Mapgen being used does not support biomes.
|
||||
-- ^ Can be a list of (or a single) biome names, IDs, or definitions.
|
||||
}
|
||||
|
||||
### Decoration definition (`register_decoration`)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue