Most options cannot be disabled by "mixin...."
Earthcomputer opened this issue ยท 1 comments
Expected Behavior
If I add mixin.buffers = false
to the sodium config, it should disable the buffers mixins.
Actual Behavior
mixin.buffers
is not recongized as an option. mixin.buffers.MixinBufferBuilder
is however recognized as an option, but trying to disable that does nothing. Applies to most config options, and possibly some in lithium too.
Reproduction Steps
I noticed this when implementing #62. Put mixin.buffers = false
in the config options.
Attachments
N/A
System Information
N/A
- Java Version: [fill me in]
N/A
Fixed with cdfc2eb.