Merge pull request #9075 from WilliamCollishaw/fix-jewellery-typo

Fix 'jewellery' typo in PohConfig show jewellery box description
This commit is contained in:
Tomas Slusny
2019-06-11 14:42:44 +02:00
committed by GitHub

View File

@@ -114,7 +114,7 @@ public interface PohConfig extends Config
@ConfigItem( @ConfigItem(
keyName = "showJewelleryBox", keyName = "showJewelleryBox",
name = "Show Jewellery Box", 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() default boolean showJewelleryBox()
{ {