AdvancedXRay / Auto-Clicker

Quick and dirty Auto Clicker mod for Fabric(mc)
https://www.curseforge.com/minecraft/mc-mods/auto-clicker-fabric
MIT License
39 stars 25 forks source link

Planned changes #67

Open MichaelHillcox opened 3 months ago

MichaelHillcox commented 3 months ago

Just putting this down here so my plans are clear to anyone that might want to support the project

Changes

Anything more?

If you have more ideas, please post them in the comments here and I'll add them as I see fit :D

AdyTech99 commented 3 months ago

This can be done without any extra libs (aka Architectury)

Why not use Architectury? It makes things a lot easier.

MichaelHillcox commented 3 months ago

My main reasoning is we'd basically use none of it. Arch loom is a good option but we only listen for like, 1 event maybe?

Edit: Yeah literally https://github.com/AdvancedXRay/Auto-Clicker/blob/main/src/main/java/pro/mikey/autoclicker/AutoClicker.java#L67-L73

AdyTech99 commented 3 months ago

We can still use Architectury gradle plugin without using Architectury API.

MichaelHillcox commented 3 months ago

Yeah, this is what I was saying. I have nothing against arch loom. The tool chain is the least of my concern xD

Davsennn commented 2 months ago

Can you add an argument that stops clicking when the held tool is at a low durability?

Davsennn commented 2 months ago

And I just wanted to say that this mod can be used out-of-focus by toggling F3+P (Pause on lost focus) so the game will continue running when tabbed out, maybe say that in the description appreciate your work <3

AdyTech99 commented 2 months ago

Can you add an argument that stops clicking when the held tool is at a low durability?

Will do this if it's all right with @MichaelHillcox and once the current PR gets merged.

MichaelHillcox commented 2 months ago

Yeah, this seems fine :D