GPU: Move Ambient Lighting into a title section (#2295)
GPU: Move Ambient Lighting into a title section
This commit is contained in:
@@ -207,7 +207,8 @@ public interface GpuPluginConfig extends Config
|
|||||||
keyName = "ambientLighting",
|
keyName = "ambientLighting",
|
||||||
name = "Ambient Lighting",
|
name = "Ambient Lighting",
|
||||||
description = "Produces global lighting based on current fog color",
|
description = "Produces global lighting based on current fog color",
|
||||||
position = 14
|
position = 14,
|
||||||
|
titleSection = "effectsTitle"
|
||||||
)
|
)
|
||||||
default boolean ambientLighting()
|
default boolean ambientLighting()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user