Buuz135 / DarkModeEverywhere

MIT License
7 stars 9 forks source link

Shader blacklist cannot be edited in-game using Configured #33

Closed Lordfirespeed closed 1 year ago

Lordfirespeed commented 1 year ago

Title. I think this could be resolved by using one of the other ForgeConfigSpec$Builder methods to define the config option, specifically defineList:

ForgeConfigSpec.java @ 360

public <T> ConfigValue<List<? extends T>> defineList(String path, List<? extends T> defaultValue, Predicate<Object> elementValidator) { ... }