Closed Lordfirespeed closed 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$Builder
defineList
ForgeConfigSpec.java @ 360 public <T> ConfigValue<List<? extends T>> defineList(String path, List<? extends T> defaultValue, Predicate<Object> elementValidator) { ... }
ForgeConfigSpec.java @ 360
public <T> ConfigValue<List<? extends T>> defineList(String path, List<? extends T> defaultValue, Predicate<Object> elementValidator) { ... }
Title. I think this could be resolved by using one of the other
ForgeConfigSpec$Builder
methods to define the config option, specificallydefineList
: