mrkite / minutor

Mapping for Minecraft
http://seancode.com/minutor
BSD 2-Clause "Simplified" License
278 stars 52 forks source link

Block statistics #338

Closed EtlamGit closed 1 year ago

EtlamGit commented 1 year ago

This adds a dialog to search and count Blocks at specific depth level (Y). It is useful e.g. to analyze ore distribution.

As it is based on elements also used in Search, a major refactoring was done there to be able to reuse code. The complete Search code was also refactored and cleaned-up and is hopefully better understandable now.