MOB_SPECIFIC_OVERRIDES = builder.defineListAllowEmpty("MOB_SPECIFIC_OVERRIDES", () -> Lists.newArrayList(""), e -> e instanceof String && ((String) e).contains(":") && ((String) e).contains(","));
For some reason the above line causes my config to fail to parse and throws this error:
If someone could help me with understanding why this fails to parse, that'd be great.
This is the rest of my config. Click here.