Funwayguy / OreExcavation

Ore Excavation issue tracker
5 stars 0 forks source link

Overwrite shape "NONE" #15

Closed weiwei-ww closed 3 years ago

weiwei-ww commented 3 years ago

Hi, I wonder if there is a way to overwrite the shape "NONE"?

The reason behind this is that I wish that the shape "NONE" should mean excavating nothing, instead of excavating a whole bunch of blocks.

Funwayguy commented 3 years ago

Uhh... what? Whether you have any shape selected or not, excavations should only happen if you push the key for it. If excavations are running every single block break then this is an issue with your config and not the mod. If you wanted to disable shapeless mining entirely then that's a whole other request that I'm not going to implement as it would almost never be used (also there's an API if someone really wants it)

weiwei-ww commented 3 years ago

Thanks for your quick reply! I am new to this mod, so maybe I have done something wrong. When I want to chop the whole tree, I have to hold an axe, and change the excavation shape to "NONE". However, when chopping the tree, if I accidentally move the cursor to the dirt block under the tree, it will remove a large area of dirt blocks. I just wonder if there is a way to prevent this from happening. Thanks :-)

Funwayguy commented 3 years ago

I can't predict user error. The best solution I can offer is the undo_excavation command. Other than that I can only suggest being more careful and not aim downwards when cutting trees (you don't need to start from the base for it to work)

weiwei-ww commented 3 years ago

Thanks for your suggestions. The undo command should be good enough for me. I will be more careful!