From aad8cca284d865f0d124b01542debc20f66ac678 Mon Sep 17 00:00:00 2001 From: Awesomeplayer98 <59984464+Awesomeplayer98@users.noreply.github.com> Date: Sat, 15 Mar 2025 20:56:17 -0600 Subject: [PATCH] Fixed typo on line 30, "indentify" -> "identify" --- src/main/java/mjtb49/hashreversals/ChunkRandomReverser.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/mjtb49/hashreversals/ChunkRandomReverser.java b/src/main/java/mjtb49/hashreversals/ChunkRandomReverser.java index 6037951..4fe7aef 100644 --- a/src/main/java/mjtb49/hashreversals/ChunkRandomReverser.java +++ b/src/main/java/mjtb49/hashreversals/ChunkRandomReverser.java @@ -27,7 +27,7 @@ public CPos reverseTerrainSeed(long terrainSeed, int minX, int maxX, int minZ, i case 1: return results.get(0).toCpos(); default: - throw new IndexOutOfBoundsException("Bounds too large to indentify a unique seed. If this is actually a problem for some horrifying future version of minecraft open a github issue but as of right now this should never run so I am legally allowed to write a long and funny error message instead of something more helpful."); + throw new IndexOutOfBoundsException("Bounds too large to identify a unique seed. If this is actually a problem for some horrifying future version of minecraft open a github issue but as of right now this should never run so I am legally allowed to write a long and funny error message instead of something more helpful."); } }