2No2Name
2No2Name
This happens for me when the microphone is muted (muted both physically and in the system sound preferences).
try `mixin.world.chunk_access=false` in the lithium config.
Confirmed with sponge-mixin-0.11.4+mixin.0.8.5.jar
This is out of scope of lithium, which is intended to optimize without adding or changing features. If there are any compatibility issues with mods that implement this feature, we...
I think optimizing this voxelshape code without changing the behavior to be different from vanilla is not feasible. It exposes lots of implementation details (1e-7 margins,
I am considering to merge this in the 1.17 branch. Is the horizontal biome array only meant to be used during generation, or also after a chunk reload? Either way...
# Filter built files to disregard -sources and -dev, and leave only the minecraft-compatible jars. path: build/libs/*[0-9].jar Doesn't seem to work
This clearly happens because lithium uses a different jar naming system. Changing to sodiums naming system might be a good idea
Maybe this is related to the voxel shape optimizations, I don't have another idea. Trying adding `mixin.shapes=false` to the config. That disables several optimizations, we can narrow it down later...
In your game directory (.minecraft) there should be a config directory with a lithium.properties config file inside. Edit that with a text editor