Closed xieleo5 closed 2 years ago
Ahh see we should probably delete that file - MCP-Reborn is the directory to use, the malmo structure is only used for the 11.2 version of mc which we have moved on from.
Brandon ninja'd me :). Yup the "Malmo" side of code is not in use anymore (although it is remaining there as we have not done proper cleanup). MCP-Reborn is where the stuff is happening, but for obvious reasons, that is not shared here in on github. Try installing MineRL and navigating to the directory where MineRL has been installed; you should find interesting stuff there.
Cool! Thanks for reply!
I had installed minerl in python successfully, and I'm curious about the implementation on the java side. I'd like to know how those control of the game is implemented, so I tried to build Malmo project myself. I used Intellij 2019.3 (version after this do not support gradle 2.14, and I'm also curious about why this repo use such an old version gradle). I set the boot JDK to java-8 and try to import the gradle project. It gives me such error:
I also tried the 'setup_intellij.sh' script in the scripts, and I got:
Could anyone give me some hint about how to build the java project locally? I tried on both Windows and Ubuntu 22.04 and get the same result as above.