GPU: Move Ambient Lighting into a title section
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user