From fb863675757802e3e3639b516c9dabe23043c58b Mon Sep 17 00:00:00 2001 From: Jacky Scrubby Date: Tue, 9 Apr 2019 21:12:28 +0800 Subject: [PATCH] Fixed a small typo --- src/main/java/jackyy/dimensionaledibles/registry/ModConfig.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.")