Shader blacklist cannot be edited in-game using Configured
Lordfirespeed opened this issue ยท 0 comments
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) { ... }