diff options
author | Paramat <paramat@users.noreply.github.com> | 2020-09-03 01:28:40 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-03 01:28:40 +0100 |
commit | 4ba5046308d6bdf7b38394770c6f82b6927393f2 (patch) | |
tree | 835812e435c2bfbb3656ad0b6226af3e979718ae /builtin | |
parent | 74e22b72e1fc577d05ea703aed4bfa8c1e1f0599 (diff) | |
download | minetest-4ba5046308d6bdf7b38394770c6f82b6927393f2.tar.gz minetest-4ba5046308d6bdf7b38394770c6f82b6927393f2.tar.bz2 minetest-4ba5046308d6bdf7b38394770c6f82b6927393f2.zip |
Add 'ores' global mapgen flag (#10276)
Diffstat (limited to 'builtin')
-rw-r--r-- | builtin/settingtypes.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/settingtypes.txt b/builtin/settingtypes.txt index ef56f99bf..39cc22d62 100644 --- a/builtin/settingtypes.txt +++ b/builtin/settingtypes.txt @@ -1475,7 +1475,7 @@ mapgen_limit (Map generation limit) int 31000 0 31000 # Global map generation attributes. # In Mapgen v6 the 'decorations' flag controls all decorations except trees # and junglegrass, in all other mapgens this flag controls all decorations. -mg_flags (Mapgen flags) flags caves,dungeons,light,decorations,biomes caves,dungeons,light,decorations,biomes,nocaves,nodungeons,nolight,nodecorations,nobiomes +mg_flags (Mapgen flags) flags caves,dungeons,light,decorations,biomes,ores caves,dungeons,light,decorations,biomes,ores,nocaves,nodungeons,nolight,nodecorations,nobiomes,noores [*Biome API temperature and humidity noise parameters] |