Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 841 Bytes

2020-06-13-minecraft-auto-mouse-spin-wheel.md

File metadata and controls

27 lines (21 loc) · 841 Bytes
id title date author layout guid permalink categories tags
2022
Minecraft auto mouse spin wheel
2020-06-13T21:01:23+01:00
Matthew Langner
post
/minecraft-auto-mouse-spin-wheel/
Gaming
automation
minecraft
python

When you are building creations in Minecraft, sometimes you need to have random blocks placed down from you hotbar. With this little program created with the help from Simon, (Thanks Simon), you now don’t have to manually spin your mouse wheel to achieve this.

Just run the python script, after checking you have the prerequisites installed (python 3 and pynput) and press ‘y’ to spin the wheel and ‘Esc’ to stop.

Link to the gitlab page.

https://gitlab.com/RincewindLangner/mouse-wheel-spinner

Happy gaming,

Matthew