michaelzangl / minebot

Minebot
GNU General Public License v3.0
146 stars 48 forks source link

How can I create a script that "move items" #245

Open ImTimmo opened 6 years ago

ImTimmo commented 6 years ago

Hello, I was trying to figure out how can I edit or create a Javascript that can move item from one slot to an other in the inventory / chest / villager interface. So basically, I need to trade cactus in a Villager like that :

And I also need to take these cactus from a storage but with the /minebot get, I can only take 3 stacks at the time and because the chest is constantly re-field by the hoppers the bot take 2-4 items For now, I have created a small macro in an external program that simply click on coordinates, and i was wondering if I can do a similar things for Minebot So if someone has any ideas let me know

I don't know anything about JavaScripting but I hope I will learn :)

michaelzangl commented 6 years ago

You will need to program this in Java...