I'm trying to use Python for programming Minecraft.
I have the book "Adventures in Minecraft", but I'm having trouble getting started and I find conflicting information online.
I find tutorials like this: Teaching Python with Minecraft, 2016, - YouTube - https://is.gd/5XDCJ
Where they use
- Raspberry Juice Plugin https://dev.bukkit.org/projects/raspberryjuice
- Canary Mod - https://is.gd/5lVjYe
"CanaryMod is a Minecraft Server wrapper and library with built-in data
management features as well as player permissions and groups management."
And I think that Canary Mod somehow that lets Python communicate with Minecraft.
I don't see how I download and install this.
In this video https://www.youtube.com/watch?v=ByabG7hZ1Xc
They are running Ubuntu, but they download Canarymod from www.canarymod.net but that site seems to not offer CanaryMod downloads anymore.
Maybe I should "git clone" https://github.com/CanaryModTeam/CanaryMod
Would I install that? Run it? The "readme" doesn't offer anything helpful.
What do you think?
Bookmarks