Merge pull request #11882 from Broooklyn/runecraftConfig
RunecraftConfig: Add config section for `Show Blood Rift`
This commit is contained in:
@@ -80,7 +80,8 @@ public interface RunecraftConfig extends Config
|
|||||||
keyName = "showBlood",
|
keyName = "showBlood",
|
||||||
name = "Show Blood rift",
|
name = "Show Blood rift",
|
||||||
description = "Configures whether to display the Blood rift",
|
description = "Configures whether to display the Blood rift",
|
||||||
position = 5
|
position = 5,
|
||||||
|
section = riftSection
|
||||||
)
|
)
|
||||||
default boolean showBlood()
|
default boolean showBlood()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user