mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-17 10:25:21 +02:00
Add option 'eased' to NoiseParams
Signed-off-by: Craig Robbins <kde.psych@gmail.com>
This commit is contained in:
committed by
Craig Robbins
parent
b57478b93b
commit
874109c520
@@ -2796,3 +2796,16 @@ ParticleSpawner definition (add_particlespawner)
|
||||
playername = "singleplayer"
|
||||
^ Playername is optional, if specified spawns particle only on the player's client
|
||||
}
|
||||
|
||||
NoiseParams definition (PerlinNoiseMap)
|
||||
{
|
||||
offset = 0,
|
||||
scale = 0,
|
||||
spread = 0,
|
||||
seed = 0,
|
||||
octaves = 0,
|
||||
^ A higher value will result in more details, this means more operations
|
||||
persist = 0,
|
||||
eased = false
|
||||
^ Whether it should create curves in 3D perlin maps
|
||||
}
|
||||
|
Reference in New Issue
Block a user