Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 841 Bytes

File metadata and controls

27 lines (21 loc) · 841 Bytes
id 2022
title Minecraft auto mouse spin wheel
date 2020-06-13T21:01:23+01:00
author Matthew Langner
layout post
guid https://www.sheffieldhackspace.org.uk/?p=2022
permalink /minecraft-auto-mouse-spin-wheel/
categories
Gaming
tags
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