EwyBoy / World-Stripper

Strips away blocks to reveal the underground world gen. A must have tool for all map-makers, pack-makers or developers.
https://www.curseforge.com/minecraft/mc-mods/world-stripper
MIT License
13 stars 3 forks source link

[Feature] Sample area and print info in the chat #29

Open nikita488 opened 1 year ago

nikita488 commented 1 year ago

Is your feature request related to a problem? Sometimes when you making worldgen like ores, you might want to count how much specified blocks was generated in specified area

Describe the solution you'd like A command similar to strip command, but instead of stripping it will just count blocks that are specified in the strip profile in the specified radius in chunks and print neatly in the chat like:

Sampled 32x32 area
minecraft:iron_ore -> 123456 blocks
minecraft:gold_ore -> 1234 blocks
etc...

Describe alternatives you've considered Using Digital Miner from Mekanism with filters for blocks and max area 32x32x32 blocks will count them and show in the GUI.

Additional context None

EwyBoy commented 1 year ago

Gonna look into this for the next patch