mirror of
https://github.com/neocturne/MinedMap.git
synced 2025-07-01 13:29:06 +02:00
world: hide unknown block/biome type warnings by default
While using MinedMap with modded Minecraft version is not officially supported, it should still work reasonably well if you're okay with custom block types being invisible and custom biomes using default grass/color/foliage colors. Avoid spamming the log with messages for each section in this case without --verbose, and instead just print a single warning at the end of processing.
This commit is contained in:
parent
1e41e1bc6a
commit
e8165aa47d
4 changed files with 120 additions and 68 deletions
|
@ -2,6 +2,12 @@
|
|||
|
||||
## [Unreleased] - ReleaseDate
|
||||
|
||||
### Changed
|
||||
|
||||
- Without `--verbose`, only a single warning is printed at the end of
|
||||
processing for unknown block/biome types, rather than once for every
|
||||
section where such a block/biome is encountered.
|
||||
|
||||
## [2.0.2] - 2024-01-07
|
||||
|
||||
### Added
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue