Skip to content

Commit

Permalink
literally forgor the most important part
Browse files Browse the repository at this point in the history
  • Loading branch information
duplexsystem committed Dec 11, 2023
1 parent 4a83f01 commit 41045ae
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 41045ae

Please sign in to comment.