diff options
author | Loic Blot <loic.blot@unix-experience.fr> | 2017-06-25 23:08:31 +0200 |
---|---|---|
committer | Loic Blot <loic.blot@unix-experience.fr> | 2017-06-25 23:08:31 +0200 |
commit | 1237206d4bdf840ae89018d14a0510035d54d0d3 (patch) | |
tree | 6c6860d720d4cc4da89c1fc139cf2ca3697f96c2 /doc | |
parent | c08cc0533fbf344be5243485f39a471268855149 (diff) | |
download | minetest-1237206d4bdf840ae89018d14a0510035d54d0d3.tar.gz minetest-1237206d4bdf840ae89018d14a0510035d54d0d3.tar.bz2 minetest-1237206d4bdf840ae89018d14a0510035d54d0d3.zip |
Revert "Ores: Make 'absheight' flag non-functional"
This reverts commit 90ed6fc732ca667ca970b7c38d39c809e5c3553e.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/lua_api.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/lua_api.txt b/doc/lua_api.txt index 63d090ebe..540bbe118 100644 --- a/doc/lua_api.txt +++ b/doc/lua_api.txt @@ -1076,7 +1076,12 @@ Ore attributes See section "Flag Specifier Format". Currently supported flags: -`puff_cliffs`, `puff_additive_composition`. +`absheight`, `puff_cliffs`, `puff_additive_composition`. + +### `absheight` +Also produce this same ore between the height range of `-y_max` and `-y_min`. + +Useful for having ore in sky realms without having to duplicate ore entries. ### `puff_cliffs` If set, puff ore generation will not taper down large differences in displacement |