mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-06-18 14:50:56 +00:00
literally forgor the most important part
This commit is contained in:
+1
@@ -70,6 +70,7 @@ public class MinecraftWorldHandle implements WorldHandle {
|
|||||||
"Translating " + id + " to " + newid + ". In 1.20.3 entity parsing was reworked" +
|
"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 " +
|
". You are advised to preform this rename in your config backs as this translation will be removed in the next major " +
|
||||||
"version of Terra.");
|
"version of Terra.");
|
||||||
|
id = newid;
|
||||||
}
|
}
|
||||||
if(!id.contains(":")) throw new IllegalArgumentException("Invalid entity identifier " + id);
|
if(!id.contains(":")) throw new IllegalArgumentException("Invalid entity identifier " + id);
|
||||||
Identifier identifier = Identifier.tryParse(id);
|
Identifier identifier = Identifier.tryParse(id);
|
||||||
|
|||||||
Reference in New Issue
Block a user