altaiiiir / Viner

Welcome to Viner, a mod inspired by the classic Veinminer! With Viner, you can mine blocks in veins, saving you precious time from digging into walls. It's all about efficiency!
https://modrinth.com/mod/viner
3 stars 5 forks source link

Vine All Feature #12

Closed altaiiiir closed 8 months ago

altaiiiir commented 8 months ago

Adds a new config to enable vining all blocks

TheJaysH commented 8 months ago

@altaiiiir I made some changes. The vineAll property wasnt being refreshed when the user changed a value in the config. i took this opportunity to refactor the registry, since the naming conventions were off. And the code was a bit messy.

the check for getVineAll should be in the isVineable method.

also modified the collect algorithm to use a BFS algorithm, this will result in a better mining spread.

From This: image

To This: image

TheJaysH commented 8 months ago

Just added a hotfix for server issue