Dark Mode Everywhere

Dark Mode Everywhere

16M Downloads

Shader blacklist cannot be edited in-game using Configured

Lordfirespeed opened this issue ยท 0 comments

commented

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) { ... }