How to run Java Edition test client with specific java version?

Started by Mad Alchemist on

Topic category: Help with MCreator software

Last seen on 10:30, 5. May 2022
Joined May 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to run Java Edition test client with specific java version?

Hi! Since I have cooked video card of my PC and have to use embedded Intel video, every recent version of Java misdetects supported OpenGL version and Minecraft just don't starts. I cannot afford any decent video card right now, and temporary solution is to run Minecraft with Java 8u45 (Yes! It's ancient but it works!). Is there any way to force MCreator to use that version to run Minecraft? Running MCreator itself and compiling mods on whatever version it wants is fine, I just need 8u45 to run tests.

Last seen on 10:30, 5. May 2022
Joined May 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Ok, I solved this problem…
Fri, 04/29/2022 - 11:07

Ok, I solved this problem myself by importing MCreator's gradle project into IntelliJ IDEA and configuring client run task in it...