diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/lua_api.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/lua_api.txt b/doc/lua_api.txt index 698efbe8a..e4a016b1a 100644 --- a/doc/lua_api.txt +++ b/doc/lua_api.txt @@ -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 +} |