pub fn goto_listener(
commands: Commands<'_, '_>,
events: EventReader<'_, '_, GotoEvent>,
query: Query<'_, '_, (&mut Pathfinder, Option<&ExecutingPath>, &Position, &InstanceName, &Inventory, Option<&CustomPathfinderState>)>,
instance_container: Res<'_, InstanceContainer>,
)