logoalt Hacker News

yonistolast Sunday at 3:35 PM2 repliesview on HN

I'm teaching my son python programming.

Anyone with experience on programming Minecraft with python? Tips?


Replies

golphyesterday at 9:11 AM

Mineflayer, a bot framework built in JavaScript, is also available in Python. [0]

Also a more easy language to look into for Minecraft would be SkriptLang [1]. It has a big community and is mostly easy to understand.

[0]: https://github.com/PrismarineJS/mineflayer/blob/master/examp... [1]: https://github.com/SkriptLang/Skript/

mghackerladyyesterday at 2:21 PM

The (official, though by now long dead) raspberry pi version has python scripting. TBH that's almost all it has going for it, besides being open source