bunnyi116 / fabric-bedrock-miner

一个用于挖掘基岩的Fabric客户端模组!A fabric client mod to mine bedrock!
GNU General Public License v3.0
181 stars 15 forks source link

Area Clear? #43

Open F0xiikk opened 2 weeks ago

F0xiikk commented 2 weeks ago

Hi, would it be possible to make some modification to make it so that I would mark pos1 and pos2 for example 3x3x5 (length/width/height) and when I have it selected I would turn it on and it would automatically start mining until it has all mined? I personally tried to do something but failed. I am loser :DD

bunnyi116 commented 1 week ago

I once tried to create a branch for development testing, but now I don't have much time to maintain this project (busy with work). I'm sorry~!

F0xiikk commented 1 week ago

All right, I get it. Actually, I was thinking about some kind of baritone or something, but it never worked. Theoretically you could do it through a macro record or something like that but if you ever have time for that that would be great. Just see if you have any notes, codes you could send? If not, that's totally fine. I was just wondering how you were doing. But I understand the time constraints, but otherwise, good job. Thank you for your quick response. 👍

bunnyi116 commented 1 week ago

https://github.com/bunnyi116/fabric-bedrock-miner/blob/8a807a45226d01dbbccc669bd59b95e578a2a988/src/main/java/yan/lx/bedrockminer/task/TaskManager.java#L97-L124

This is my previous attempt.

https://github.com/bunnyi116/fabric-bedrock-miner/tree/dev-selection

bunnyi116 commented 1 week ago

This was just my attempt at the time and may not work correctly, but I hope it can give you some ideas.

F0xiikk commented 1 week ago

Thank you, i will try.