Remove world gen lighting engine config

This commit is contained in:
James Seibel
2023-08-18 11:19:45 -05:00
parent ec2382372e
commit 3db7ffeb01
3 changed files with 0 additions and 23 deletions
@@ -45,10 +45,4 @@ public interface IDhApiWorldGenerationConfig extends IDhApiConfigGroup
/** Defines to what level LOD chunks will be generated. */
IDhApiConfigValue<EDhApiDistantGeneratorMode> distantGeneratorMode();
/**
* Defines what lighting engine will be used when
* Distant Horizons generates chunks.
*/
IDhApiConfigValue<ELightGenerationMode> lightingEngine();
}