Fix typo in MessageConfiguration.java

This commit is contained in:
Len 2024-02-11 17:05:49 +01:00
parent 64bcbdfe5f
commit eb5d538657

View File

@ -26,7 +26,7 @@ public class MessageConfiguration implements Configuration {
CobbeGen cobbeGen = new CobbeGen();
@ConfigSerializable @Getter
public static class CobbeGen {
String requiredLevel = "You must reach <islandlevel> before upgrading to the next cobblestone generation level.";
String requiredLevel = "You must reach islandlevel <islandlevel> before upgrading to the next cobblestone generation level.";
String upgraded = "Your cobblestone generation is now level <level>.";
}