Merge pull request #11882 from Broooklyn/runecraftConfig

RunecraftConfig: Add config section for `Show Blood Rift`
This commit is contained in:
Abex
2020-06-12 00:47:55 -06:00
committed by GitHub

View File

@@ -80,7 +80,8 @@ public interface RunecraftConfig extends Config
keyName = "showBlood",
name = "Show Blood rift",
description = "Configures whether to display the Blood rift",
position = 5
position = 5,
section = riftSection
)
default boolean showBlood()
{