Fix 'Jewellery' typo in PohConfig show jewellery box description

This commit is contained in:
William Collishaw
2019-06-09 13:31:57 -06:00
parent 472d7f8e54
commit 93a0790532

View File

@@ -114,7 +114,7 @@ public interface PohConfig extends Config
@ConfigItem(
keyName = "showJewelleryBox",
name = "Show Jewellery Box",
description = "Configures whether or not the Jewllery box is displayed"
description = "Configures whether or not the jewellery box is displayed"
)
default boolean showJewelleryBox()
{