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