Minecraft 1.14.3-pre4 support
This commit is contained in:
@@ -54,6 +54,7 @@ public abstract class EntityMap
|
||||
case ProtocolConstants.MINECRAFT_1_14:
|
||||
case ProtocolConstants.MINECRAFT_1_14_1:
|
||||
case ProtocolConstants.MINECRAFT_1_14_2:
|
||||
case ProtocolConstants.MINECRAFT_1_14_3:
|
||||
return EntityMap_1_14.INSTANCE;
|
||||
}
|
||||
throw new RuntimeException( "Version " + version + " has no entity map" );
|
||||
|
Reference in New Issue
Block a user