RunecraftConfig: Add config section for Show Blood Rift

This commit is contained in:
Broooklyn
2020-06-12 02:40:45 -04:00
parent a37da4bc7a
commit bca85099c5

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()
{