Hey As can be seen in the title, I would like to program a Minecraft Farmbot, which can cut down trees, put the wood in a box, always execute a new ax and a command. But since I'm just beginning to program, I would be happy if someone could tell me what to start with.
Can you already do Java? If not, then you should first learn the basics of Java.
Then you have a choice of what to do the bot:
Forge Mod
Fabric Mod (Fabric was only in its early days)
Module in a hacked client
And maybe it works as a labymod addon
At that time, I personally chose a hacked client to create farmbots. There are good instructions on YouTube (e.g. From MintyCodes). The advantage here is that you can directly modify all Minecraft classes and have full access to them.
Thank you for the information. I think I will choose the Forge Mod
Should be possible without any problems. And unlike a hacked client, you can get help in Forge forums and MC Discords if you need professional help. So definitely a good choice.
There are certainly enough tutorials on YouTube.
If you have more questions, write me, answer here, or just ask a new question.