Querz / mcaselector

A tool to select chunks from Minecraft worlds for deletion or export.
MIT License
3.18k stars 177 forks source link

Filter non-natural blocks #354

Open Notoriousi opened 2 years ago

Notoriousi commented 2 years ago

I think it would be a nice addition to add a "non-naturally generated" chunk filter. This would simply be the feature of palette but with a pre-set pallet of only non-natural blocks (or just natural and be able to invert). This would allow you to easily filter in which chunks players have placed blocks and thus build stuff. I am currently having my own palette list combined with inhabitedTime to filter chunks very accurately. My palette however is likely incomplete

My Palette of non-natural blocks (1.18): MCA list.txt

How i'm using the 2 together in filter chunk section: MCA config