diff --git a/src/main/java/jackyy/dimensionaledibles/registry/ModConfig.java b/src/main/java/jackyy/dimensionaledibles/registry/ModConfig.java index 01701e2..eb437cd 100644 --- a/src/main/java/jackyy/dimensionaledibles/registry/ModConfig.java +++ b/src/main/java/jackyy/dimensionaledibles/registry/ModConfig.java @@ -130,7 +130,7 @@ public static class CustomCoords { public static class OverworldApple { @Config.Comment({ "Set to true to make the Overworld Apple teleport players to world spawn.", - "Otherwise, it will use the cached position)." + "Otherwise, it will use the cached position." }) public boolean useWorldSpawn = true; @Config.Comment("Set to true to use custom coordinates for the teleportation.")