minetest-tools / mcimport

71 stars 22 forks source link

better progress reporting #6

Closed ensonic closed 8 years ago

ensonic commented 8 years ago

The conversion can take quite a bit of time. Right now the status is reported as

Saved xxxxx blocks

If the tool knows the size of the world, would it be possible to report it as

Saved xxxxx/yyyyy blocks

Ideally with some ETA. Unfortunately in blocks.py self.blocks in a generator, and hence it is a bit more involved to get the len(). Anyway, I'll give it a try.