]> git.lizzy.rs Git - dragonfireclient.git/commit
Get biome list: Downgrade missing biome message to infostream
authorparamat <mat.gregory@virginmedia.com>
Mon, 13 Mar 2017 13:34:32 +0000 (13:34 +0000)
committerparamat <mat.gregory@virginmedia.com>
Thu, 16 Mar 2017 02:56:03 +0000 (02:56 +0000)
commit46276414ed51d61dc29879ac85e861dc770d90da
treec89ff052bb04c6df1bbd85735305e9fffbdf57ba
parent14aa990cdd682b00904c4a84968a6c0e3c31716d
Get biome list: Downgrade missing biome message to infostream

It is harmless for a biome listed in an ore or decoration registration
to be missing.
Now that we are registering certain biomes or not based on options
(such as floatland biomes), the biome lists in ore and decoration
registrations trigger these error messages, avoiding these error
messages would need a large amount of duplication of ore and decoration
registrations.
src/script/lua_api/l_mapgen.cpp