literally forgor the most important part

This commit is contained in:
Zoë Gidiere
2023-12-10 18:47:12 -07:00
parent 4a83f01c1f
commit 41045ae8aa

View File

@@ -70,6 +70,7 @@ public class MinecraftWorldHandle implements WorldHandle {
"Translating " + id + " to " + newid + ". In 1.20.3 entity parsing was reworked" +
". You are advised to preform this rename in your config backs as this translation will be removed in the next major " +
"version of Terra.");
id = newid;
}
if(!id.contains(":")) throw new IllegalArgumentException("Invalid entity identifier " + id);
Identifier identifier = Identifier.tryParse(id);