GPU: Move Ambient Lighting into a title section

This commit is contained in:
Owain van Brakel
2020-01-29 14:38:29 +01:00
parent 5f7480ff4b
commit 69692b82f8

View File

@@ -207,7 +207,8 @@ public interface GpuPluginConfig extends Config
keyName = "ambientLighting",
name = "Ambient Lighting",
description = "Produces global lighting based on current fog color",
position = 14
position = 14,
titleSection = "effectsTitle"
)
default boolean ambientLighting()
{