amusingimpala75
amusingimpala75
Same issue with `gruvbox-dark` (in `show-paren-mismatch` and `show-paren-match` and `company-tooltip-mouse`)
Would it be worth it to add the lithium compatibility as a configurable option in a "compatibility.txt" file whose true/false value is read upon each startup?
Lithium hasn't been released on 1.16.2. The curseforge release is 1.16.1, and the sources are still being worked on for 1.16.2
From OptifineInstaller.java: "// Lets make every class we touch public" If all the classes are public, why should ThreadedAnvilChunkStorage be unable to access it? It performs access widening, not restricting.
Looking at the [lithium wiki](https://github.com/jellysquid3/lithium-fabric/wiki/Configuration-File#entities-and-mobs), there are configuration settings for: > mixin.entity.data_tracker.use_arrays > mixin.entity.data_tracker.no_locks Maybe just turning these off would help.
The field is private without OptiFine: `private double x` `private double y` `private double z` and OptiFine leaves it (using the Forge mappings) as: `private double cameraX` `private double cameraY`...
But if they are all public, why can other methods not access them?
A reddit user reported in the comments [here](https://www.reddit.com/r/Optifine/comments/ifou2i/this_is_both_for_optifine_and_optifabric_1162/) that the connected textures didn't work properly
Can you provide a crash log?
3.19 has the same error, whereas 3.18 works fine