Recent content by Canberk

  1. C

    Tutorial How To Play Minecraft Java Edition On L4T Linux [Tutorial]

    The majority of my changes were changing amd64 to arm64 (or aarch64, I can't remember). I remember running ack (basically recursive grep) to find all references to x86 and amd64 which I would end up changing to arm64 (or aarch64). I may have also had to make a few other changes, it took a good...
  2. C

    Tutorial How To Play Minecraft Java Edition On L4T Linux [Tutorial]

    sorry I missed all the messages, I didn't get notified for some reason. I ended up deleting L4T in favor of Android but I still have some things that may be of help. one thing you'll want to keep in mind is that these files must replace the files in OP, not be alongside them. your natives folder...
  3. C

    Tutorial How To Play Minecraft Java Edition On L4T Linux [Tutorial]

    I was able to compile LWJGL3 - here are my files! I was able to successfully launch Minecraft 1.14.3 by putting these files in ~/.minecraft/natives and following OP