n00b-asaurus / Redstone-Development-Kit

A collection of tools used to develop, test, and troubleshoot redstone circuits.
MIT License
11 stars 1 forks source link

Replace the structure generator java module #7

Closed n00b-asaurus closed 4 years ago

n00b-asaurus commented 4 years ago

Ideally I would like the command placement to be handled in the python script, rather than relying on external tools.

See if there's a way to get python to talk to minecrafts chat box.

n00b-asaurus commented 4 years ago

I've managed to find a library that works with minecraft. PyDirectInput. I'll need to update some code/docs.

n00b-asaurus commented 4 years ago

Replaced Autotyper with a PyDirectInput Variant Removed the Java Module code Removed the Jar and Bat files from the structure generator code Updated docs - removed JDK9 requirement Updated requirements.txt, removed py4j, replaced it with PyDirectInput and PyperClip