Hacker News new | ask | show | jobs
by erbo 4323 days ago
ComputerCraft isn't working with the newest versions of the core Minecraft game (1.7.2/1.7.10). There's another mod, OpenComputers, that does similar things: http://oc.cil.li

(I've assembled a custom modpack for Minecraft, and had to learn a lot about mods in the process. One of these days I need to look more at how mods are written. They're written in Java, of course, like Minecraft itself; some use Scala as well. I have a bunch of starred repositories on GitHub to look at...)