8 Getting 21w10a or newer to works
Duy Tran Khanh edited this page 2021-03-14 20:25:17 +07:00
This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Introduction

  • Since Minecraft 21w10a, they are going to use OpenGL 3.2, thats why default config will not get it to boot (see #1035). Luckily, GL4ES 1.1.5 implementation is still enough to get it boot up to main screen. There are some changes to get it works.
  • Note that UI will be buggy and joining world is not yet working due to several shaders compilation failed and we are working on fix them (new method might work).
  • This method might not work on Adreno GPU 🤔...

Getting 21w10a or newer to works

  • Update to latest build.
  • Download 21w10aFix.zip.
  • Extract this to .minecraft/resourcepacks folder (based on @artdeell implicit conversation fix).
  • Switch to gl4es 1.1.5: add to JVM arguments:
-Dorg.lwjgl.opengl.libname=libgl4es_115.so
  • Modify options.txt, replace resourcePacks:
resourcePacks: ["21w10aFix"]

Current status (not yet tested with new method)

  • Adreno GPUs has problem.

  • UI is buggy, as of several shaders compilation failed. img img

  • Crashes on Joining world.